Click or drag to resize

SystemOverviewBuilder Class

Creates stages and actions for system overview page
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Builders.SystemOverviewSystemOverviewBuilder

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Builders.SystemOverview
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class SystemOverviewBuilder

The SystemOverviewBuilder type exposes the following members.

Constructors
  NameDescription
Public methodSystemOverviewBuilder
Initializes stages
Top
Properties
  NameDescription
Public propertyModel
Defines mode with all needed variables to initialize stage
Top
Methods
  NameDescription
Public methodRetrieveSpecificStageActions
Setups list of actions based on initial parameters for specific stage
Public methodSetupSystemActions
Setups list of actions based on initial parameters for all available stages
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