Show / Hide Table of Contents

Class Locale

Inheritance
object
BaseEntityInfo
Locale
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Localization
Assembly: DotNetNuke.dll
Syntax
public class Locale : BaseEntityInfo, IHydratable

Constructors

Locale()

Declaration
public Locale()

Properties

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
string

Culture

Declaration
public CultureInfo Culture { get; }
Property Value
Type Description
CultureInfo

EnglishName

Declaration
public string EnglishName { get; }
Property Value
Type Description
string

FallBackLocale

Declaration
public Locale FallBackLocale { get; }
Property Value
Type Description
Locale

Fallback

Declaration
public string Fallback { get; set; }
Property Value
Type Description
string

IsPublished

Declaration
public bool IsPublished { get; set; }
Property Value
Type Description
bool

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

LanguageId

Declaration
public int LanguageId { get; set; }
Property Value
Type Description
int

NativeName

Declaration
public string NativeName { get; }
Property Value
Type Description
string

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
string

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

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