Class JournalEntity
Inheritance
System.Object
JournalEntity
Assembly: DotNetNuke.dll
Syntax
public class JournalEntity : object, IPropertyAccess
Constructors
|
Improve this Doc
View Source
JournalEntity()
Declaration
|
Improve this Doc
View Source
JournalEntity(String)
Declaration
public JournalEntity(string entityXML)
Parameters
Type |
Name |
Description |
System.String |
entityXML |
|
Properties
|
Improve this Doc
View Source
Avatar
Declaration
public string Avatar { 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
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vanity
Declaration
public string Vanity { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
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