Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public 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: BooleanImplements
IAccountingServiceAddFees(String, String, DictionaryString, String, Listing, Listing, ListingAction, Offer)See Also