Class JsonPropertyAccess<TModel>
Inheritance
JsonPropertyAccess<TModel>
Assembly: DotNetNuke.dll
Syntax
public abstract class JsonPropertyAccess<TModel> : IPropertyAccess
Type Parameters
Constructors
JsonPropertyAccess()
Declaration
protected JsonPropertyAccess()
Properties
Cacheability
Declaration
public virtual CacheLevel Cacheability { get; }
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
ProcessToken(TModel, UserInfo, Scope)
Declaration
protected abstract string ProcessToken(TModel model, UserInfo accessingUser, Scope accessLevel)
Parameters
Type |
Name |
Description |
TModel |
model |
|
UserInfo |
accessingUser |
|
Scope |
accessLevel |
|
Returns
Implements
Extension Methods