Show / Hide Table of Contents

Class ModuleActionsPropertyAccess

Inheritance
object
JsonPropertyAccess<ModuleActionDto>
ModuleActionsPropertyAccess
Implements
IPropertyAccess
Inherited Members
JsonPropertyAccess<ModuleActionDto>.GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)
JsonPropertyAccess<ModuleActionDto>.Cacheability
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.Modules.Html5
Assembly: DotNetNuke.dll
Syntax
public class ModuleActionsPropertyAccess : JsonPropertyAccess<ModuleActionDto>, IPropertyAccess

Constructors

ModuleActionsPropertyAccess(ModuleInstanceContext, ModuleActionCollection)

Declaration
public ModuleActionsPropertyAccess(ModuleInstanceContext moduleContext, ModuleActionCollection moduleActions)
Parameters
Type Name Description
ModuleInstanceContext moduleContext
ModuleActionCollection moduleActions

Methods

ProcessToken(ModuleActionDto, UserInfo, Scope)

Declaration
protected override string ProcessToken(ModuleActionDto model, UserInfo accessingUser, Scope accessLevel)
Parameters
Type Name Description
ModuleActionDto model
UserInfo accessingUser
Scope accessLevel
Returns
Type Description
string
Overrides
JsonPropertyAccess<ModuleActionDto>.ProcessToken(ModuleActionDto, UserInfo, Scope)

Implements

IPropertyAccess

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS