Click or drag to resize

SystemOverview Class

Class containing a complete overview for onboarding a system
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboardingSystemOverview

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

The SystemOverview type exposes the following members.

Constructors
  NameDescription
Public methodSystemOverview
Constructor
Top
Properties
  NameDescription
Public propertyActions
List of actions to perform for onboarding a system
Public propertyGeneral
General information about the system It will contains SystemId: data object id for the system SystemCategoryId: data object id for the system category Content: content of the system
Public propertyStatus
Contains some overall status metrics
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