Click or drag to resize

AppStringManager Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAppStringManager

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

The AppStringManager type exposes the following members.

Constructors
  NameDescription
Public methodAppStringManager
Top
Properties
  NameDescription
Public propertyStrings
Contains all AppString objects
Top
Methods
  NameDescription
Public methodBoolToTrueFalse
Utility method to return a string representation of a boolean.
Public methodStatic memberBoolToYesEmpty
Utility method to return a string representation of a boolean.
Public methodStatic memberBoolToYesNo
Utility method to return a string representation of a boolean.
Public methodGetAppString
Returns the AppString object with the provided ID.s
Public methodStatic memberGetCulture
Constructs a CultureInfo object based on the provided language.
Public methodStatic memberGetNewAppString
Returns a new appstring.
Public methodGetText(Int32)
Returns the string value of an AppString object in the current users language
Public methodStatic memberGetText(String)
Returns the string value of an AppString with the provided name.
Public methodStatic memberGetText(String, Int32)
Returns the string value of an AppString with the provided name.
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