Show / Hide Table of Contents

Class Message

Inheritance
object
BaseEntityInfo
Message
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 Message : BaseEntityInfo, IHydratable

Constructors

Message()

Declaration
public Message()

Properties

Body

Declaration
public string Body { get; set; }
Property Value
Type Description
string

ConversationId

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

DisplayDate

Declaration
public string DisplayDate { get; }
Property Value
Type Description
string

From

Declaration
public string From { get; set; }
Property Value
Type Description
string

KeyID

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

MessageID

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

NotificationTypeID

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

PortalID

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

ReplyAllAllowed

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

SenderUserID

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

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
string

To

Declaration
public string To { get; set; }
Property Value
Type Description
string

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