Assembly: DotNetNuke.dll
public class CommentInfo : IHydratable, IPropertyAccess
Constructors
Declaration
Properties
Declaration
public CacheLevel Cacheability { get; }
Property Value
Declaration
public string Comment { get; set; }
Property Value
Declaration
public int CommentId { get; set; }
Property Value
Declaration
public XmlDocument CommentXML { get; set; }
Property Value
Declaration
public DateTime DateCreated { get; set; }
Property Value
Declaration
public DateTime DateUpdated { get; set; }
Property Value
Declaration
public string DisplayName { get; set; }
Property Value
Declaration
public int JournalId { get; set; }
Property Value
Declaration
public int KeyID { get; set; }
Property Value
Declaration
public int UserId { get; set; }
Property Value
Methods
Declaration
public void Fill(IDataReader dr)
Parameters
Declaration
public string GetProperty(string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope accessLevel, ref bool propertyNotFound)
Parameters
Returns
Implements
Extension Methods