Show / Hide Table of Contents

Class MessageConversationView

Inheritance
object
MessageConversationView
Implements
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Social.Messaging.Internal.Views
Assembly: DotNetNuke.dll
Syntax
public class MessageConversationView : IHydratable

Constructors

MessageConversationView()

Declaration
public MessageConversationView()

Properties

AttachmentCount

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

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

NewThreadCount

Declaration
public int NewThreadCount { 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

RowNumber

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

SenderProfileUrl

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

SenderUserID

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

Subject

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

ThreadCount

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

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