Class JournalItem
Inheritance
System.Object
JournalItem
Assembly: DotNetNuke.dll
Syntax
public class JournalItem : object, IHydratable, IPropertyAccess
Properties
|
Improve this Doc
View Source
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
|
Improve this Doc
View Source
Body
Declaration
public string Body { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Cacheability
Gets the cache level for property access.
Declaration
public CacheLevel Cacheability { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool CommentsDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool CommentsHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ContentItemId
Declaration
public int ContentItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CurrentUserLikes
Declaration
public bool CurrentUserLikes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DateCreated
Declaration
public DateTime DateCreated { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
DateUpdated
Declaration
public DateTime DateUpdated { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ItemData
Declaration
public ItemData ItemData { get; set; }
Property Value
|
Improve this Doc
View Source
JournalAuthor
Declaration
public JournalEntity JournalAuthor { get; set; }
Property Value
|
Improve this Doc
View Source
JournalId
Declaration
public int JournalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
JournalOwner
Declaration
public JournalEntity JournalOwner { get; set; }
Property Value
|
Improve this Doc
View Source
JournalType
Declaration
public string JournalType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
JournalTypeId
Declaration
public int JournalTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
JournalXML
Declaration
public XmlDocument JournalXML { get; set; }
Property Value
Type |
Description |
XmlDocument |
|
|
Improve this Doc
View Source
KeyID
Declaration
public virtual int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
The key ID.
|
|
Improve this Doc
View Source
ObjectKey
Declaration
public string ObjectKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ProfileId
Declaration
public int ProfileId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SecuritySet
Declaration
public string SecuritySet { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SimilarCount
Declaration
public int SimilarCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SocialGroupId
Declaration
public int SocialGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Summary
Declaration
public string Summary { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TimeFrame
Declaration
public string TimeFrame { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
|
|
Improve this Doc
View Source
GetProperty(String, String, System.Globalization.CultureInfo, UserInfo, Scope, ref Boolean)
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