LangString Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class LangString : IObjectWithId, IComparable, ICloneable
The LangString type exposes the following members.
| Name | Description | |
|---|---|---|
| LangString |
Constructor for the LangString class.
|
| Name | Description | |
|---|---|---|
| AppString |
Parent AppString
| |
| Custom |
Flag indicating that the string has been customized by a client
| |
| LanguageId |
Language ID for this string / LangString object
| |
| Shortcut |
Shortcut associated with string
| |
| String |
The actual string value
|
| Name | Description | |
|---|---|---|
| Clone |
Shallow copy of AppString
| |
| CompareTo |
Compares to LangString objects. Does not compare language.
| |
| Equals |
Compares two LangString objects
(Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetLanguage |
Returns the Language object from the cache.
| |
| ToString |
Returns the actual string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
| Name | Description | |
|---|---|---|
| IObjectWithId.GetId |