LocalizedStringDictionary Class |
Namespace: Dundas.BI
The LocalizedStringDictionary type exposes the following members.
Name | Description | |
---|---|---|
LocalizedStringDictionary |
Initializes a new instance of the LocalizedStringDictionary class.
| |
LocalizedStringDictionary(IDictionaryString, 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.
| |
ItemCultureInfo |
Gets or sets the value for the specified culture.
| |
ItemString |
Gets or sets the value for the specified culture name.
| |
Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. | |
Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. |
Name | Description | |
---|---|---|
Add | Adds an element with the provided key and value to the IDictionaryTKey, TValue. | |
Clear |
Clears all values.
| |
Contains | Determines whether the ICollectionT contains a specific value. | |
ContainsKey | Determines whether the IDictionaryTKey, 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 | |
---|---|---|
CopyAndConvertListKeyValuePairString, String, T2(IListT2) | Overloaded.
Copies and converts the list. GetObjectTSource, TTarget(TSource) is used.
(Defined by ModelDataExtensions.) | |
CopyAndConvertListKeyValuePairString, String, T2(ICollectionT2, ReadOnlyDictionaryTKey, TValue) | Overloaded. (Defined by ModelDataExtensions.) |