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 (26.2.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
 NameDescription
Public methodLocalizedStringDictionary Initializes a new instance of the LocalizedStringDictionary class.
Public methodLocalizedStringDictionary(IDictionaryString, String) Initializes a new instance of the LocalizedStringDictionary class.
Top
Properties
 NameDescription
Public propertyCount Gets the number of defined values.
Public propertyDefaultValue Gets or sets the default value.
Public propertyItemCultureInfo Gets or sets the value for the specified culture.
Public propertyItemString Gets or sets the value for the specified culture name.
Public propertyKeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
Public propertyValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.
Top
Methods
 NameDescription
Public methodAddAdds an element with the provided key and value to the IDictionaryTKey, TValue.
Public methodClear Clears all values.
Public methodContainsDetermines whether the ICollectionT contains a specific value.
Public methodContainsKeyDetermines whether the IDictionaryTKey, TValue contains an element with the specified key.
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodRemove Removes the value with the specified culture name.
Public methodTryGetValueGets the value associated with the specified key.
Top
Extension Methods
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