Show / Hide Table of Contents

Class JournalEntity

Inheritance
object
JournalEntity
Implements
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 JournalEntity : IPropertyAccess

Constructors

JournalEntity()

Declaration
public JournalEntity()

JournalEntity(string)

Declaration
public JournalEntity(string entityXML)
Parameters
Type Name Description
string entityXML

Properties

Avatar

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

Cacheability

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

Id

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

Name

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

Vanity

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

Methods

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

IPropertyAccess

Extension Methods

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