Inheritance
System.Object
CommentInfo
Assembly: DotNetNuke.dll
public class CommentInfo : object, IHydratable, IPropertyAccess
Properties
|
Improve this Doc
View Source
Gets the cache level for property access.
Declaration
public CacheLevel Cacheability { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int CommentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public XmlDocument CommentXML { get; set; }
Property Value
Type |
Description |
XmlDocument |
|
|
Improve this Doc
View Source
Declaration
public DateTime DateCreated { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Declaration
public DateTime DateUpdated { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int JournalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Declaration
public void Fill(System.Data.IDataReader dr)
Parameters
Type |
Name |
Description |
System.Data.IDataReader |
dr |
|
|
Improve this Doc
View Source
Declaration
public string GetProperty(string propertyName, string format, System.Globalization.CultureInfo formatProvider, UserInfo accessingUser, Scope accessLevel, ref bool propertyNotFound)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.String |
format |
|
System.Globalization.CultureInfo |
formatProvider |
|
UserInfo |
accessingUser |
|
Scope |
accessLevel |
|
System.Boolean |
propertyNotFound |
|
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods