Class PropertyAccess
Inheritance
PropertyAccess
Assembly: DotNetNuke.dll
Syntax
public class PropertyAccess : IPropertyAccess
Constructors
PropertyAccess(object)
Declaration
public PropertyAccess(object tokenSource)
Parameters
Type |
Name |
Description |
object |
tokenSource |
|
Properties
Cacheability
Declaration
public CacheLevel Cacheability { get; }
Property Value
ContentLocked
Declaration
public static string ContentLocked { get; }
Property Value
Methods
Boolean2LocalizedYesNo(bool, CultureInfo)
Declaration
public static string Boolean2LocalizedYesNo(bool value, CultureInfo formatProvider)
Parameters
Returns
Declaration
public static string FormatString(string value, string format)
Parameters
Returns
GetObjectProperty(object, string, string, CultureInfo, ref bool)
Declaration
public static string GetObjectProperty(object objObject, string strPropertyName, string strFormat, CultureInfo formatProvider, ref bool propertyNotFound)
Parameters
Returns
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