Click or drag to resize

SystemOverviewStageBuilderBase Class

Used to define base logic for stage creation
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Builders.SystemOverview.BaseSystemOverviewStageBuilderBase

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

The SystemOverviewStageBuilderBase type exposes the following members.

Constructors
  NameDescription
Protected methodSystemOverviewStageBuilderBase
Base constructor setup main fields to use while stages creation
Top
Properties
  NameDescription
Public propertyStageType
Defines a type of stage
Top
Methods
  NameDescription
Public methodBuild
Build system action based on availability for OIS or regular system
Protected methodCreateSystemActions
Creates system actions for stage
Protected methodIsAbleToCreateForOIS
Defines if specific builder should create stage for OIS system
Protected methodIsAbleToCreateForRegularSystem
Defines if specific builder should create stage for regular system
Top
Fields
  NameDescription
Protected fieldStatic memberCREATE
Represents a keyword that is used to create a stage
Protected fieldfactory
Defines factory to create controllers and scoped instances
Protected fieldisIngestionEnabled
Defines if ingestion is enabled
Protected fieldisOISSystem
Defines if system is OIS
Protected fieldStatic memberSKIP
Represents a keyword that is used to skip creation of stage
Protected fieldsystem
Defines system stages are built for
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