Click or drag to resize

SystemOverviewActionsBuilderBase Class

Used to define base logic for action creation
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Builders.SystemOverviewSystemOverviewActionsBuilderBase

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 abstract class SystemOverviewActionsBuilderBase

The SystemOverviewActionsBuilderBase type exposes the following members.

Constructors
  NameDescription
Protected methodSystemOverviewActionsBuilderBase
Base constructor setup main fields to use while actions creation
Top
Methods
  NameDescription
Public methodBuildAction
Builds an action for OIS or regular system if it's allowed
Public methodBuildMultipleActions
Builds list of system actions
Protected methodProceedForOIS
Checks if action can be created for OIS system
Protected methodProceedForRegularSystem
Checks if action can be created for regular system
Protected methodProcessAction
Builds a system action
Top
Fields
  NameDescription
Protected fieldStatic memberCREATE
Represents a keyword that is used to create an action
Protected fieldfactory
Defines factory to create controllers and scoped instances
Protected fieldisOISSystem
Defines if system is OIS
Protected fieldStatic memberSKIP
Represents a keyword that is used to skip creation of action
Protected fieldsystem
Defines system actions 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