Click or drag to resize

BISetting Class

Configuration setting for a BI model
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.AnalyticsBISetting

Namespace:  Omada.OE.Solution.OIM.AppLogic.Analytics
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class BISetting

The BISetting type exposes the following members.

Constructors
  NameDescription
Public methodBISetting
Creates empty BISetting object
Public methodBISetting(String, String, String)
Creates BISetting object with data
Top
Properties
  NameDescription
Public propertyCategory
Name of setting category
Public propertyName
Name of the setting
Public propertyValue
Value of the setting
Top
Methods
  NameDescription
Public methodIsValid
Checks if all properties are populated
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