MultilanguageStringExtensions Class |
Namespace: Aloe.EnterpriseOne.Model
The MultilanguageStringExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains |
Returns a value indicating whether a specified substring occurs within this MultilanguageString.
| |
| GetCurrentLanguageStringOrDefault |
Gets the current language string. When from is null or there is no string for the current language,
returns the language string of the default language.
| |
| GetCurrentOrAny(MultilanguageString, String) |
Gets current language string. If not available - the second preference. If also not available - any.
| |
| GetCurrentOrAny(MultilanguageString, String, String) |
Gets current language string. If not available - the second preference. If also not available - any.
| |
| GetCurrentOrTransliterated |
Gets the current language string or transliterates another language string to the current language.
| |
| GetLanguageStringOrAny |
Gets specified language string. If not available - any.
| |
| GetLanguageStringOrDefault |
Returns the string for the specified language.
If the MultilanguageString instance is null or the language string is not found, a null is returned.
| |
| IsNullOrEmpty |
Returns true if the MultilanguageString is null or empty (does not contain language strings).
| |
| Like |
Compares a string against pattern.
| |
| Normalize |
Removes empty strings.
|