Class MessageRecipient
Inheritance
MessageRecipient
Assembly: DotNetNuke.dll
Syntax
public class MessageRecipient : BaseEntityInfo, IHydratable
Constructors
MessageRecipient()
Declaration
public MessageRecipient()
Properties
Archived
Declaration
public bool Archived { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
MessageID
Declaration
public int MessageID { get; set; }
Property Value
Read
Declaration
public bool Read { get; set; }
Property Value
RecipientID
Declaration
public int RecipientID { get; set; }
Property Value
UserID
Declaration
public int UserID { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods