Click or drag to resize

AppStringSupport Class

AppStringSupport class is used in the static AppGlobal cache
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAppStringSupport

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class AppStringSupport

The AppStringSupport type exposes the following members.

Constructors
  NameDescription
Public methodAppStringSupport
Top
Properties
  NameDescription
Public propertyLanguages
Contains all Language objects in the database
Public propertySources
Contains all AppStringSource objects in the database
Public propertyTypes
Contains all AppStringType objects in the database
Top
Methods
  NameDescription
Public methodStatic memberGetCulture
Constructs a CultureInfo object based on the provided language ID.
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