The IListingOffer interface is the base interface for listing offers.
It handles the sending and responding to offers.
Namespace:
RainWorx.FrameWorx.Providers.ListingAssembly: RainWorx.FrameWorx.Providers.Listing (in RainWorx.FrameWorx.Providers.Listing.dll) Version: 3.5
Syntax
C#
public interface IListingOffer
The IListingOffer type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AcceptOffer | |
![]() | DeclineOffer | |
![]() | SendCounterOffer | |
![]() | SendOffer | |
![]() | ValidateCounterOffer | |
![]() | ValidateOffer |
See Also