Click or drag to resize

SystemOnboardingControllerGetSystemRelatedObjects Method

this functions looksup all the data objects whic is related to a system in system onboarding

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 void GetSystemRelatedObjects(
	int systemId,
	ref DataObject system,
	ref DataObject systemCategory,
	ref DataObject collector,
	ref DataObject dataConnection
)

Parameters

systemId
Type: SystemInt32
system
Type: Omada.OE.ModelDataObject
systemCategory
Type: Omada.OE.ModelDataObject
collector
Type: Omada.OE.ModelDataObject
dataConnection
Type: Omada.OE.ModelDataObject
See Also