Class JournalEntity
Inheritance
JournalEntity
Assembly: DotNetNuke.dll
Syntax
public class JournalEntity : IPropertyAccess
Constructors
JournalEntity()
Declaration
JournalEntity(string)
Declaration
public JournalEntity(string entityXML)
Parameters
Type |
Name |
Description |
string |
entityXML |
|
Properties
Avatar
Declaration
public string Avatar { get; set; }
Property Value
Cacheability
Declaration
public CacheLevel Cacheability { get; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Vanity
Declaration
public string Vanity { get; set; }
Property Value
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
Returns
Implements
Extension Methods