Class MessageConversationView
  
  
  
    Inheritance
    
    MessageConversationView
   
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class MessageConversationView : IHydratable
   
  Constructors
  
  MessageConversationView()
  
  
  Declaration
  
    public MessageConversationView()
   
  Properties
  
  AttachmentCount
  
  
  Declaration
  
    public int AttachmentCount { get; set; }
   
  Property Value
  
  
  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
  
  
  NewThreadCount
  
  
  Declaration
  
    public int NewThreadCount { get; set; }
   
  Property Value
  
  
  PortalID
  
  
  Declaration
  
    public int PortalID { get; set; }
   
  Property Value
  
  
  ReplyAllAllowed
  
  
  Declaration
  
    public bool ReplyAllAllowed { get; set; }
   
  Property Value
  
  
  RowNumber
  
  
  Declaration
  
    public int RowNumber { get; set; }
   
  Property Value
  
  
  SenderProfileUrl
  
  
  Declaration
  
    public string SenderProfileUrl { get; }
   
  Property Value
  
  
  SenderUserID
  
  
  Declaration
  
    public int SenderUserID { get; set; }
   
  Property Value
  
  
  Subject
  
  
  Declaration
  
    public string Subject { get; set; }
   
  Property Value
  
  
  ThreadCount
  
  
  Declaration
  
    public int ThreadCount { 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