Inheritance Hierarchy
RainWorx.FrameWorx.DTOOffer
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class Offer
The Offer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Offer | Initializes a new instance of the Offer class |
Properties
Name | Description | |
---|---|---|
![]() | Amount | |
![]() | Buyer | |
![]() | BuyingUser | |
![]() | CreatedDTTM | |
![]() | DeclineMessage | |
![]() | ExpirationDTTM | |
![]() | ID | |
![]() | Listing | |
![]() | ListingID | |
![]() | ListingOwnerUsername | |
![]() | OfferMessage | |
![]() | Quantity | |
![]() | Receiver | |
![]() | ReceivingUserName | |
![]() | Sender | |
![]() | SendingUserName | |
![]() | Status | |
![]() | UpdatedDTTM |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also