Class Message
Assembly: DotNetNuke.dll
Syntax
public class Message : BaseEntityInfo, IHydratable
Constructors
Message()
Declaration
Properties
Body
Declaration
public string Body { get; set; }
Property Value
ConversationId
Declaration
public int ConversationId { get; set; }
Property Value
DisplayDate
Declaration
public string DisplayDate { get; }
Property Value
From
Declaration
public string From { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
MessageID
Declaration
public int MessageID { get; set; }
Property Value
NotificationTypeID
Declaration
public int NotificationTypeID { get; set; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
ReplyAllAllowed
Declaration
public bool ReplyAllAllowed { get; set; }
Property Value
SenderUserID
Declaration
public int SenderUserID { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
To
Declaration
public string To { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods