Class LocalizerDictionary
Inheritance
System.Object
LocalizerDictionary
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Vortex.Localizations
Assembly: Vortex.Connector.dll
Syntax
public class LocalizerDictionary
Constructors
LocalizerDictionary()
Declaration
public LocalizerDictionary()
Fields
_sortedDictionary
Declaration
SortedList<string, Localizables> _sortedDictionary
Field Value
Type | Description |
---|---|
System.Collections.Generic.SortedList<System.String, Localizables> |
Properties
Culture
Declaration
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dictionary
Declaration
public List<Localizables> Dictionary { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Localizables> |
SortedDictionary
Declaration
[JsonIgnore]
public SortedList<string, Localizables> SortedDictionary { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.SortedList<System.String, Localizables> |