| SystemCategoryControllerGetSystems Method (Int32) |
Returns systems which are part of this system category
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
Syntaxpublic virtual IEnumerable<IDataObject> GetSystems(
int systemCategoryId
)
Parameters
- systemCategoryId
- Type: SystemInt32
system category data object
Return Value
Type:
IEnumerableIDataObject
See Also