Click or drag to resize

BIStorageController Class

Updates data in BI data store
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.AnalyticsBIStorageController

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 BIStorageController : IController

The BIStorageController type exposes the following members.

Constructors
  NameDescription
Public methodBIStorageController(String)
Creates an instance of BIStorageController
Public methodBIStorageController(Factory)
Creates an instance of BIStorageController
Top
Methods
  NameDescription
Public methodUpdateBIEnumerations
Uploads enumerations into BI.conf_Enumeration table
Public methodUpdateBISettings
Updates conf_Settings table
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