Click or drag to resize

TabularModelProcessingController Class

Responsible for processing tabular model
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.AnalyticsTabularModelProcessingController

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

The TabularModelProcessingController type exposes the following members.

Constructors
  NameDescription
Public methodTabularModelProcessingController
Creates a controller by passing factory with connection to ODS
Top
Methods
  NameDescription
Public methodProcessModel
Executes the processing of tabular model starting with
Public methodUpdateConfiguration
Updates configuration in BI database
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