Inheritance Hierarchy
RainWorx.FrameWorx.DTOUserMessage
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class UserMessage
The UserMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserMessage | Initializes a new instance of the UserMessage class |
Properties
Name | Description | |
---|---|---|
![]() | Body | |
![]() | From | |
![]() | ID | |
![]() | ListingID | |
![]() | MasterMessageID | |
![]() | Recipient | |
![]() | RecipientID | |
![]() | RecipientStatus | |
![]() | Sender | |
![]() | SenderID | |
![]() | SenderStatus | |
![]() | Sent | |
![]() | Subject | |
![]() | To |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also