LocalizedStringDictionary Class

Used to define and access culture-specific values.
Inheritance Hierarchy
SystemObject
  Dundas.BILocalizedStringDictionary

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public sealed class LocalizedStringDictionary : IDictionary<string, string>, 
	ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, 
	IEnumerable

The LocalizedStringDictionary type exposes the following members.

Constructors
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodCopyAndConvertListKeyValuePairString, String, T2(IListT2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertListKeyValuePairString, String, T2(ICollectionT2, ReadOnlyDictionaryString, ActionKeyValuePairString, String, T2)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyToList
Copies a dictionary to list of pairs.
(Defined by ModelDataExtensions.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also