Click or drag to resize

LangString Class

LangString
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelLangString

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class LangString : IObjectWithId, IComparable, 
	ICloneable

The LangString type exposes the following members.

Constructors
  NameDescription
Public methodLangString
Constructor for the LangString class.
Top
Properties
  NameDescription
Public propertyAppString
Parent AppString
Public propertyCustom
Flag indicating that the string has been customized by a client
Public propertyLanguageId
Language ID for this string / LangString object
Public propertyShortcut
Shortcut associated with string
Public propertyString
The actual string value
Top
Methods
  NameDescription
Public methodClone
Shallow copy of AppString
Public methodCompareTo
Compares to LangString objects. Does not compare language.
Public methodEquals
Compares two LangString objects
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
(Overrides ObjectGetHashCode.)
Public methodGetLanguage
Returns the Language object from the cache.
Public methodToString
Returns the actual string.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also