Show / Hide Table of Contents

Class JournalItem

Inheritance
object
JournalItem
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 JournalItem : IHydratable, IPropertyAccess

Constructors

JournalItem()

Declaration
public JournalItem()

Properties

AccessKey

Declaration
public Guid AccessKey { get; set; }
Property Value
Type Description
Guid

Body

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

Cacheability

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

CommentsDisabled

Declaration
public bool CommentsDisabled { get; set; }
Property Value
Type Description
bool

CommentsHidden

Declaration
public bool CommentsHidden { get; set; }
Property Value
Type Description
bool

ContentItemId

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

CurrentUserLikes

Declaration
public bool CurrentUserLikes { get; set; }
Property Value
Type Description
bool

DateCreated

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

DateUpdated

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

IsDeleted

Declaration
public bool IsDeleted { get; set; }
Property Value
Type Description
bool

ItemData

Declaration
public ItemData ItemData { get; set; }
Property Value
Type Description
ItemData

JournalAuthor

Declaration
public JournalEntity JournalAuthor { get; set; }
Property Value
Type Description
JournalEntity

JournalId

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

JournalOwner

Declaration
public JournalEntity JournalOwner { get; set; }
Property Value
Type Description
JournalEntity

JournalType

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

JournalTypeId

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

JournalXML

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

KeyID

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

ObjectKey

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

PortalId

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

ProfileId

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

SecuritySet

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

SimilarCount

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

SocialGroupId

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

Summary

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

TimeFrame

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

Title

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

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