LocalizedStringDictionary Class |
Namespace: Dundas.BI
The LocalizedStringDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | LocalizedStringDictionary() |
Initializes a new instance of the LocalizedStringDictionary class.
|
![]() | LocalizedStringDictionary(IDictionary<String, String>) |
Initializes a new instance of the LocalizedStringDictionary class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of defined values.
|
![]() | DefaultValue |
Gets or sets the default value.
|
![]() | Item[CultureInfo] |
Gets or sets the value for the specified culture.
|
![]() | Item[String] |
Gets or sets the value for the specified culture name.
|
![]() | Keys | Gets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>. |
![]() | Values | Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>. |
Name | Description | |
---|---|---|
![]() | Add | Adds an element with the provided key and value to the IDictionary<TKey, TValue>. |
![]() | Clear |
Clears all values.
|
![]() | Contains | Determines whether the ICollection<T> contains a specific value. |
![]() | ContainsKey | Determines whether the IDictionary<TKey, TValue> contains an element with the specified key. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Remove |
Removes the value with the specified culture name.
|
![]() | TryGetValue | Gets the value associated with the specified key. |
Name | Description | |
---|---|---|
![]() | CopyAndConvertList<KeyValuePair<String, String>, T2>(IList<T2>) | Overloaded.
Copies and converts the list. GetObject<TSource, TTarget> (TSource) is used.
(Defined by ModelDataExtensions.) |
![]() | CopyAndConvertList<KeyValuePair<String, String>, T2>(ICollection<T2>, ReadOnlyDictionary<TKey, TValue>) | Overloaded. (Defined by ModelDataExtensions.) |