Click or drag to resize

SystemOverviewControllerGetGeneralInformation Method

Returns 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

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 Dictionary<string, Object> GetGeneralInformation(
	DataObject system,
	bool isOnboardingSystem = true,
	bool isDerivedSystem = false,
	bool isOISSystem = false,
	bool isRemoved = false,
	DataObject collector = null,
	WarehouseImportStatus importStatus = null,
	WarehouseImportStatus resynchronizationStatus = null
)

Parameters

system
Type: Omada.OE.ModelDataObject
System data object
isOnboardingSystem (Optional)
Type: SystemBoolean
is onboarding system
isDerivedSystem (Optional)
Type: SystemBoolean
is derived system
isOISSystem (Optional)
Type: SystemBoolean
is OIS system
isRemoved (Optional)
Type: SystemBoolean
is system removed
collector (Optional)
Type: Omada.OE.ModelDataObject
The collector used by the system, or null if none
importStatus (Optional)
Type: Omada.OE.Model.DataImportWarehouseImportStatus
Status of last system import
resynchronizationStatus (Optional)
Type: Omada.OE.Model.DataImportWarehouseImportStatus
Status of last EsAdapter run

Return Value

Type: DictionaryString, Object
See Also