You are here: RainWorx.FrameWorx.Providers Namespaces > RainWorx.FrameWorx.Providers.Listing Namespaces > RainWorx.FrameWorx.Providers.Listing > IListingAction Interface

IListingAction Interface

AuctionWorx 3.5 API
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.Listing
Assembly:  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

NameDescription
Public methodConvertUserInputToListingAction
Converts a UserInput "Property Bag" to a ListingAction object
Public methodSubmitListingAction
Submits a Listing Action
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.