Show / Hide Table of Contents

Class LocaleCollection

Inheritance
object
NameObjectCollectionBase
LocaleCollection
Implements
ICollection
IEnumerable
ISerializable
IDeserializationCallback
Inherited Members
NameObjectCollectionBase.GetObjectData(SerializationInfo, StreamingContext)
NameObjectCollectionBase.OnDeserialization(object)
NameObjectCollectionBase.BaseHasKeys()
NameObjectCollectionBase.BaseAdd(string, object)
NameObjectCollectionBase.BaseRemove(string)
NameObjectCollectionBase.BaseRemoveAt(int)
NameObjectCollectionBase.BaseClear()
NameObjectCollectionBase.BaseGet(string)
NameObjectCollectionBase.BaseSet(string, object)
NameObjectCollectionBase.BaseGet(int)
NameObjectCollectionBase.BaseGetKey(int)
NameObjectCollectionBase.BaseSet(int, object)
NameObjectCollectionBase.GetEnumerator()
NameObjectCollectionBase.BaseGetAllKeys()
NameObjectCollectionBase.BaseGetAllValues()
NameObjectCollectionBase.BaseGetAllValues(Type)
NameObjectCollectionBase.IsReadOnly
NameObjectCollectionBase.Count
NameObjectCollectionBase.Keys
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 LocaleCollection : NameObjectCollectionBase, ICollection, IEnumerable, ISerializable, IDeserializationCallback

Constructors

LocaleCollection()

Declaration
public LocaleCollection()

Properties

AllKeys

Declaration
public string[] AllKeys { get; }
Property Value
Type Description
string[]

AllValues

Declaration
public Array AllValues { get; }
Property Value
Type Description
Array

HasKeys

Declaration
public bool HasKeys { get; }
Property Value
Type Description
bool

this[int]

Declaration
public DictionaryEntry this[int index] { get; }
Parameters
Type Name Description
int index
Property Value
Type Description
DictionaryEntry

this[string]

Declaration
public Locale this[string key] { get; set; }
Parameters
Type Name Description
string key
Property Value
Type Description
Locale

Methods

Add(string, object)

Declaration
public void Add(string key, object value)
Parameters
Type Name Description
string key
object value

Remove(string)

Declaration
public void Remove(string key)
Parameters
Type Name Description
string key

Implements

ICollection
IEnumerable
ISerializable
IDeserializationCallback

Extension Methods

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