Class CachedCountryList
Implements
Inherited Members
Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke.dll
Syntax
public class CachedCountryList : Dictionary<string, CachedCountryList.Country>, IDictionary<string, CachedCountryList.Country>, ICollection<KeyValuePair<string, CachedCountryList.Country>>, IDictionary, ICollection, IReadOnlyDictionary<string, CachedCountryList.Country>, IReadOnlyCollection<KeyValuePair<string, CachedCountryList.Country>>, IEnumerable<KeyValuePair<string, CachedCountryList.Country>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
CachedCountryList(string)
Declaration
public CachedCountryList(string locale)
Parameters
Type | Name | Description |
---|---|---|
string | locale |
Methods
CacheKey(string)
Declaration
public static string CacheKey(string locale)
Parameters
Type | Name | Description |
---|---|---|
string | locale |
Returns
Type | Description |
---|---|
string |
GetCountryList(string)
Declaration
public static CachedCountryList GetCountryList(string locale)
Parameters
Type | Name | Description |
---|---|---|
string | locale |
Returns
Type | Description |
---|---|
CachedCountryList |