Open this page in the API Guide

LocalizedStringDictionary Class

Used to define and access culture-specific values.
Inheritance Hierarchy
System.Object
  Dundas.BI.LocalizedStringDictionary

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
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 MethodCopyAndConvertList<KeyValuePair<String, String>, T2>(IList<T2>)Overloaded. (Defined by ModelDataExtensions.)
Public Extension MethodCopyAndConvertList<KeyValuePair<String, String>, T2>(ICollection<T2>, ReadOnlyDictionary<TKey, TValue>)Overloaded. (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