Localizable string
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.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
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
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.
| |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets 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
Name | Description | |
---|---|---|
(DictionaryString, String to LocalizableString) |
Creates a localizable string instance from dictionary.
| |
(String to LocalizableString) |
Creates a localizable string instance from string.
|
Extension Methods
Name | Description | |
---|---|---|
BatchKeyValuePairString, String | (Defined by ExtensionMethods.) | |
ExchangeOAuthAccessAvailable | (Defined by IDictionaryExtensions.) | |
ForeachKeyValuePairString, String | (Defined by ExtensionMethods.) | |
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetExchangeAuthInfo | (Defined by IDictionaryExtensions.) | |
GetExchangeMailbox | (Defined by IDictionaryExtensions.) | |
GetExchangeSetting | (Defined by IDictionaryExtensions.) | |
GetExchangeVersion | (Defined by IDictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) | |
GetNetworkCredential | (Defined by IDictionaryExtensions.) |
See Also