Click or drag to resize

LocalizableString Structure

Localizable string
Inheritance Hierarchy
SystemObject
  SystemValueType
    Scanjour.Workflow4.BaseLocalizableString

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
[SerializableAttribute]
public struct LocalizableString : IDictionary<string, string>, 
	ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, 
	IEnumerable, ICloneable

The LocalizableString type exposes the following members.

Constructors
 NameDescription
Public methodLocalizableString(IDictionaryString, String) Initializes a new instance of the LocalizableString class.
Public methodLocalizableString(String) Initializes a new instance of the LocalizableString class.
Public methodLocalizableString(IDictionaryString, String, String) Initializes a new instance of the LocalizableString class.
Top
Properties
 NameDescription
Public propertyCount Gets the number of elements contained in the ICollectionT.
Public propertyInternational Gets or sets the international.
Public propertyIsReadOnly Gets a value indicating whether the ICollectionT is read-only.
Public propertyItem Gets or sets the element with the specified key.
Public propertyKeys Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
Public propertyStatic memberSelectedCulture Gets or sets the selected culture.
Public propertyValues Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
Top
Methods
 NameDescription
Public methodAdd(KeyValuePairString, String) Adds an item to the ICollectionT.
Public methodAdd(String, String) Adds the specified key.
Public methodClear Removes all items from the ICollectionT.
Public methodClone Creates a new object that is a copy of the current instance.
Public methodContains Determines whether the ICollectionT contains a specific value.
Public methodContainsKey Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
Public methodCopyTo Copies to.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemove(KeyValuePairString, String) Removes the first occurrence of a specific object from the ICollectionT.
Public methodRemove(String) Removes the element with the specified key from the IDictionaryTKey, TValue.
Public methodToString Returns a String that represents this instance using value of SelectedCulture.
(Overrides ValueTypeToString)
Public methodToString(String) Returns a String that represents this instance using specified culture.
Public methodTryGetValue Tries the get value.
Top
Operators
 NameDescription
Public operatorStatic member(DictionaryString, String to LocalizableString) Creates a localizable string instance from dictionary.
Public operatorStatic member(String to LocalizableString) Creates a localizable string instance from string.
Top
Extension Methods
See Also