Show / Hide Table of Contents

Class MessageRecipient

Inheritance
object
BaseEntityInfo
MessageRecipient
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Social.Messaging
Assembly: DotNetNuke.dll
Syntax
public class MessageRecipient : BaseEntityInfo, IHydratable

Constructors

MessageRecipient()

Declaration
public MessageRecipient()

Properties

Archived

Declaration
public bool Archived { get; set; }
Property Value
Type Description
bool

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

MessageID

Declaration
public int MessageID { get; set; }
Property Value
Type Description
int

Read

Declaration
public bool Read { get; set; }
Property Value
Type Description
bool

RecipientID

Declaration
public int RecipientID { get; set; }
Property Value
Type Description
int

UserID

Declaration
public int UserID { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS