Show / Hide Table of Contents

Class CachedCountryList

Inheritance
object
Dictionary<string, CachedCountryList.Country>
CachedCountryList
Implements
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
Inherited Members
Dictionary<string, CachedCountryList.Country>.Add(string, CachedCountryList.Country)
Dictionary<string, CachedCountryList.Country>.Clear()
Dictionary<string, CachedCountryList.Country>.ContainsKey(string)
Dictionary<string, CachedCountryList.Country>.ContainsValue(CachedCountryList.Country)
Dictionary<string, CachedCountryList.Country>.GetEnumerator()
Dictionary<string, CachedCountryList.Country>.GetObjectData(SerializationInfo, StreamingContext)
Dictionary<string, CachedCountryList.Country>.OnDeserialization(object)
Dictionary<string, CachedCountryList.Country>.Remove(string)
Dictionary<string, CachedCountryList.Country>.TryGetValue(string, out CachedCountryList.Country)
Dictionary<string, CachedCountryList.Country>.Comparer
Dictionary<string, CachedCountryList.Country>.Count
Dictionary<string, CachedCountryList.Country>.Keys
Dictionary<string, CachedCountryList.Country>.Values
Dictionary<string, CachedCountryList.Country>.this[string]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

IDictionary<TKey, TValue>
ICollection<T>
IDictionary
ICollection
IReadOnlyDictionary<TKey, TValue>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
ISerializable
IDeserializationCallback

Extension Methods

CollectionExtensions.ForEach<TType>(IEnumerable<TType>, Action<TType>)
PagingExtensions.InPagesOf<T>(IEnumerable<T>, int)
PagingExtensions.ToPagedList<T>(IEnumerable<T>, int, int)
CollectionExtensions.GetValueOrDefault<T>(IDictionary, string)
CollectionExtensions.GetValueOrDefault<T>(IDictionary, string, Func<object, T>)
CollectionExtensions.GetValueOrDefault<T>(IDictionary, string, Func<string, T>)
CollectionExtensions.GetValueOrDefault<T>(IDictionary, string, T)
CollectionExtensions.GetValueOrDefault<T>(IDictionary, string, T, Func<object, T>)
CollectionExtensions.GetValueOrDefault<T>(IDictionary, string, T, Func<string, T>)
CollectionExtensions.GetValue<T>(IDictionary, string)
CollectionExtensions.GetValue<T>(IDictionary, string, Func<object, T>)
CollectionExtensions.GetValue<T>(IDictionary, string, Func<string, T>)
DictionaryExtensions.GetValue<T>(IDictionary, object, T)
DictionaryExtensions.SetValue<T>(IDictionary, object, T, T)
JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS