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 SubmitListingAction( string actingUserName, UserInput userInput, out bool accepted, out ReasonCode reasonCode, out LineItem newPurchaseLineitem, Listing listing )
Parameters
- actingUserName
- Type: SystemString
- userInput
- Type: RainWorx.FrameWorx.DTOUserInput
- accepted
- Type: SystemBoolean
- reasonCode
- Type: RainWorx.FrameWorx.DTOReasonCode
- newPurchaseLineitem
- Type: RainWorx.FrameWorx.DTOLineItem
- listing
- Type: RainWorx.FrameWorx.DTOListing
Return Value
Type: BooleanSee Also