Show / Hide Table of Contents

Class LanguagePropertyAccess

Inheritance
object
LanguagePropertyAccess
Implements
IPropertyAccess
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.Skins.Controls
Assembly: DotNetNuke.dll
Syntax
public class LanguagePropertyAccess : IPropertyAccess

Constructors

LanguagePropertyAccess(LanguageTokenReplace, PortalSettings)

Declaration
public LanguagePropertyAccess(LanguageTokenReplace parent, PortalSettings settings)
Parameters
Type Name Description
LanguageTokenReplace parent
PortalSettings settings

Fields

objParent

Declaration
public LanguageTokenReplace objParent
Field Value
Type Description
LanguageTokenReplace

Properties

Cacheability

Declaration
public CacheLevel Cacheability { get; }
Property Value
Type Description
CacheLevel

Methods

GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)

Declaration
public string GetProperty(string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope currentScope, ref bool propertyNotFound)
Parameters
Type Name Description
string propertyName
string format
CultureInfo formatProvider
UserInfo accessingUser
Scope currentScope
bool propertyNotFound
Returns
Type Description
string

Implements

IPropertyAccess

Extension Methods

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