Click or drag to resize

LangString Class

Translations for dashboard names and descriptions.
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.ReportingLangString

Namespace:  Omada.OE.Model.Reporting
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class LangString : ICloneable

The LangString type exposes the following members.

Constructors
  NameDescription
Public methodLangString
Top
Properties
  NameDescription
Public propertyDescription
Dashboard description
Public propertyLangId
ES language id.
Public propertyValue
It holds dashboard name
Top
Methods
  NameDescription
Public methodClone
ICloneable is necessary for caching
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
See Also