Show / Hide Table of Contents

Class ModuleLocalizationPropertyAccess

Inheritance
object
JsonPropertyAccess<ModuleLocalizationDto>
ModuleLocalizationPropertyAccess
Implements
IPropertyAccess
Inherited Members
JsonPropertyAccess<ModuleLocalizationDto>.GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)
JsonPropertyAccess<ModuleLocalizationDto>.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 ModuleLocalizationPropertyAccess : JsonPropertyAccess<ModuleLocalizationDto>, IPropertyAccess

Constructors

ModuleLocalizationPropertyAccess(ModuleInstanceContext, string)

Declaration
public ModuleLocalizationPropertyAccess(ModuleInstanceContext moduleContext, string html5File)
Parameters
Type Name Description
ModuleInstanceContext moduleContext
string html5File

Methods

ProcessToken(ModuleLocalizationDto, UserInfo, Scope)

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

Implements

IPropertyAccess

Extension Methods

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