Class DictionaryPropertyAccess
Inheritance
DictionaryPropertyAccess
Assembly: DotNetNuke.dll
Syntax
public class DictionaryPropertyAccess : IPropertyAccess
Constructors
DictionaryPropertyAccess(IDictionary)
Declaration
public DictionaryPropertyAccess(IDictionary list)
Parameters
Properties
Cacheability
Declaration
public CacheLevel Cacheability { get; }
Property Value
Methods
GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)
Declaration
public virtual string GetProperty(string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope accessLevel, ref bool propertyNotFound)
Parameters
Returns
Implements
Extension Methods