Click or drag to resize

SystemCategoryControllerGetDerivedSystems Method

Returns systems derived systems. Primary system is not returned

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 IEnumerable<IDataObject> GetDerivedSystems(
	IDataObject systemOrCategory
)

Parameters

systemOrCategory
Type: Omada.OE.Model.PublicIDataObject
system or system catgory data object

Return Value

Type: IEnumerableIDataObject
See Also