Click or drag to resize

SystemOnboardingConfigurationValues Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboardingSystemOnboardingConfigurationValues

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 SystemOnboardingConfigurationValues

The SystemOnboardingConfigurationValues type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConfigurationSections
The values collected through the onboarding configuration UI
Public propertyContent
Public propertyExplicitOwners
List of Ids of owners
Public propertyIsOffline
Is the system an offline system (where data are loaded through files?)
Public propertyScope
The scope of the onboarding
Public propertySystemCategoryID
Reference to the system category of the system
Public propertySystemId
String Id of the system
Public propertySystemName
Displayname of the system
Public propertySystemObjectId
Public propertyTrusts
List of system Ids which are trusted
Top
Fields
  NameDescription
Public fieldCurrentValues
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