The IListingAction interface is the base interface for all listing actions (bids, purchases, etc...).
It handles the creation of Listing Actions for all Listings using a two step process. When initiated by a user during the normal course of business,
it first converts the raw UserInput into a ListingAction, and then submits that ListingAction for the remainder of the workflow.
When initiated by the Delete/Rollback system by an adminitrator, the ListingAction has already been persisted to the back end data store and so that
ListingAction is submitted for the remainder of the workflow.
Namespace:
RainWorx.FrameWorx.Providers.ListingAssembly: RainWorx.FrameWorx.Providers.Listing (in RainWorx.FrameWorx.Providers.Listing.dll) Version: 3.5
Syntax
C#
public interface IListingAction
The IListingAction type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConvertUserInputToListingAction |
Converts a UserInput "Property Bag" to a ListingAction object
|
![]() | SubmitListingAction |
Submits a Listing Action
|
See Also