LocalizableString Structure

Localizable string

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[SerializableAttribute]
public struct LocalizableString : IDictionary<string, string>, 
	ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, 
	IEnumerable, ICloneable
Inheritance
Object    ValueType    LocalizableString
Implements
ICollectionKeyValuePairString, String, IDictionaryString, String, IEnumerableKeyValuePairString, String, IEnumerable, ICloneable

Constructors

LocalizableString(IDictionaryString, String) Initializes a new instance of the LocalizableString class.
LocalizableString(String) Initializes a new instance of the LocalizableString class.
LocalizableString(IDictionaryString, String, String) Initializes a new instance of the LocalizableString class.

Properties

Count Gets the number of elements contained in the ICollectionT.
International Gets or sets the international.
IsReadOnly Gets a value indicating whether the ICollectionT is read-only.
Item Gets or sets the element with the specified key.
Keys Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
SelectedCulture Gets or sets the selected culture.
Values Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.

Methods

Add(KeyValuePairString, String) Adds an item to the ICollectionT.
Add(String, String) Adds the specified key.
Clear Removes all items from the ICollectionT.
Clone Creates a new object that is a copy of the current instance.
Contains Determines whether the ICollectionT contains a specific value.
ContainsKey Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
CopyTo Copies to.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetEnumerator Returns an enumerator that iterates through the collection.
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Remove(KeyValuePairString, String) Removes the first occurrence of a specific object from the ICollectionT.
Remove(String) Removes the element with the specified key from the IDictionaryTKey, TValue.
ToString Returns a String that represents this instance using value of SelectedCulture.
(Overrides ValueTypeToString)
ToString(String) Returns a String that represents this instance using specified culture.
TryGetValue Tries the get value.

Operators

(DictionaryString, String to LocalizableString) Creates a localizable string instance from dictionary.
(String to LocalizableString) Creates a localizable string instance from string.

Extension Methods

See Also