Namespace:
RainWorx.FrameWorx.Providers.Fee.Standard
Assembly: RainWorx.FrameWorx.Providers.Fee.Standard (in RainWorx.FrameWorx.Providers.Fee.Standard.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Providers.Fee.Standard (in RainWorx.FrameWorx.Providers.Fee.Standard.dll) Version: 3.5
Syntax
C#
public override List<LineItem> GenerateFees( List<ListItem> applicableFeeProviders, string eventName, Listing oldListing, Listing newListing, ListingAction listingAction, Dictionary<string, string> commonProperties, ref bool payToProceed, Offer acceptedOffer )
Parameters
- applicableFeeProviders
- Type: System.Collections.GenericListListItem
- eventName
- Type: SystemString
- oldListing
- Type: RainWorx.FrameWorx.DTOListing
- newListing
- Type: RainWorx.FrameWorx.DTOListing
- listingAction
- Type: RainWorx.FrameWorx.DTOListingAction
- commonProperties
- Type: System.Collections.GenericDictionaryString, String
- payToProceed
- Type: SystemBoolean
- acceptedOffer
- Type: RainWorx.FrameWorx.DTOOffer
Return Value
Type: ListLineItemImplements
IFeeProcessorGenerateFees(ListListItem, String, Listing, Listing, ListingAction, DictionaryString, String, Boolean, Offer)See Also