Click or drag to resize

SystemOverviewBuilderModel Constructor

Initializes model

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 SystemOverviewBuilderModel(
	bool isOISSystem,
	bool isIngestionEnabled,
	bool hasSystemCategory,
	bool isOnboardingSystem,
	bool isDerivedSystem,
	bool isRemoved,
	bool importStatusRetrievalError,
	bool dataSyncStatusRetrievalError,
	bool beingMigrated,
	bool onlyLoadStatusControllingInformation,
	bool governanceFeatureEnabled,
	bool synchronizationWasCancelled,
	WarehouseImportStatus importStatus,
	WarehouseImportStatus resynchronizationStatus
)

Parameters

isOISSystem
Type: SystemBoolean
isIngestionEnabled
Type: SystemBoolean
hasSystemCategory
Type: SystemBoolean
isOnboardingSystem
Type: SystemBoolean
isDerivedSystem
Type: SystemBoolean
isRemoved
Type: SystemBoolean
importStatusRetrievalError
Type: SystemBoolean
dataSyncStatusRetrievalError
Type: SystemBoolean
beingMigrated
Type: SystemBoolean
onlyLoadStatusControllingInformation
Type: SystemBoolean
governanceFeatureEnabled
Type: SystemBoolean
synchronizationWasCancelled
Type: SystemBoolean
importStatus
Type: Omada.OE.Model.DataImportWarehouseImportStatus
resynchronizationStatus
Type: Omada.OE.Model.DataImportWarehouseImportStatus
See Also