Namespace:
RainWorx.FrameWorx.Services
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Services (in RainWorx.FrameWorx.Services.dll) Version: 3.5
Syntax
C#
bool AddFees( string actingUserName, string eventName, Dictionary<string, string> properties, Listing oldListing, Listing newListing, ListingAction listingAction, Offer acceptedOffer )
Parameters
- actingUserName
- Type: SystemString
- eventName
- Type: SystemString
- properties
- Type: System.Collections.GenericDictionaryString, String
- oldListing
- Type: RainWorx.FrameWorx.DTOListing
- newListing
- Type: RainWorx.FrameWorx.DTOListing
- listingAction
- Type: RainWorx.FrameWorx.DTOListingAction
- acceptedOffer
- Type: RainWorx.FrameWorx.DTOOffer
Return Value
Type: BooleanSee Also