Show / Hide Table of Contents

Class CommentInfo

Inheritance
object
CommentInfo
Implements
IHydratable
IPropertyAccess
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Journal
Assembly: DotNetNuke.dll
Syntax
public class CommentInfo : IHydratable, IPropertyAccess

Constructors

CommentInfo()

Declaration
public CommentInfo()

Properties

Cacheability

Declaration
public CacheLevel Cacheability { get; }
Property Value
Type Description
CacheLevel

Comment

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

CommentId

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

CommentXML

Declaration
public XmlDocument CommentXML { get; set; }
Property Value
Type Description
XmlDocument

DateCreated

Declaration
public DateTime DateCreated { get; set; }
Property Value
Type Description
DateTime

DateUpdated

Declaration
public DateTime DateUpdated { get; set; }
Property Value
Type Description
DateTime

DisplayName

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

JournalId

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

KeyID

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

UserId

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

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)

Declaration
public string GetProperty(string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope accessLevel, ref bool propertyNotFound)
Parameters
Type Name Description
string propertyName
string format
CultureInfo formatProvider
UserInfo accessingUser
Scope accessLevel
bool propertyNotFound
Returns
Type Description
string

Implements

IHydratable
IPropertyAccess

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS