LocalizedStringDictionary Methods |
The LocalizedStringDictionary type exposes the following members.
| 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, ReadOnlyDictionaryString, ActionKeyValuePairString, String, T2) | Overloaded.
Copies and converts the list. GetObjectTSource, TTarget(TSource) is used.
(Defined by ModelDataExtensions.) | |
| CopyToList |
Copies a dictionary to list of pairs.
(Defined by ModelDataExtensions.) |