Class JournalItem
Assembly: DotNetNuke.dll
Syntax
public class JournalItem : IHydratable, IPropertyAccess
Constructors
JournalItem()
Declaration
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
Body
Declaration
public string Body { get; set; }
Property Value
Cacheability
Declaration
public CacheLevel Cacheability { get; }
Property Value
Declaration
public bool CommentsDisabled { get; set; }
Property Value
Declaration
public bool CommentsHidden { get; set; }
Property Value
ContentItemId
Declaration
public int ContentItemId { get; set; }
Property Value
CurrentUserLikes
Declaration
public bool CurrentUserLikes { get; set; }
Property Value
DateCreated
Declaration
public DateTime DateCreated { get; set; }
Property Value
DateUpdated
Declaration
public DateTime DateUpdated { get; set; }
Property Value
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
ItemData
Declaration
public ItemData ItemData { get; set; }
Property Value
JournalAuthor
Declaration
public JournalEntity JournalAuthor { get; set; }
Property Value
JournalId
Declaration
public int JournalId { get; set; }
Property Value
JournalOwner
Declaration
public JournalEntity JournalOwner { get; set; }
Property Value
JournalType
Declaration
public string JournalType { get; set; }
Property Value
JournalTypeId
Declaration
public int JournalTypeId { get; set; }
Property Value
JournalXML
Declaration
public XmlDocument JournalXML { get; set; }
Property Value
KeyID
Declaration
public virtual int KeyID { get; set; }
Property Value
ObjectKey
Declaration
public string ObjectKey { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
ProfileId
Declaration
public int ProfileId { get; set; }
Property Value
SecuritySet
Declaration
public string SecuritySet { get; set; }
Property Value
SimilarCount
Declaration
public int SimilarCount { get; set; }
Property Value
SocialGroupId
Declaration
public int SocialGroupId { get; set; }
Property Value
Summary
Declaration
public string Summary { get; set; }
Property Value
TimeFrame
Declaration
public string TimeFrame { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
UserId
Declaration
public int UserId { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
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
Returns
Implements
Extension Methods