Click or drag to resize

SystemOverviewControllerSetupOverviewBuilderForActions Method

Create builder to setup overview page

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 virtual SystemOverviewBuilder SetupOverviewBuilderForActions(
	DataObject system,
	bool beingMigrated,
	out DataObject collector,
	WarehouseImportStatus importStatus = null,
	WarehouseImportStatus resynchronizationStatus = null,
	bool importStatusRetrievalError = false,
	bool dataSyncStatusRetrievalError = false
)

Parameters

system
Type: Omada.OE.ModelDataObject
beingMigrated
Type: SystemBoolean
collector
Type: Omada.OE.ModelDataObject
importStatus (Optional)
Type: Omada.OE.Model.DataImportWarehouseImportStatus
resynchronizationStatus (Optional)
Type: Omada.OE.Model.DataImportWarehouseImportStatus
importStatusRetrievalError (Optional)
Type: SystemBoolean
dataSyncStatusRetrievalError (Optional)
Type: SystemBoolean

Return Value

Type: SystemOverviewBuilder
See Also