Click or drag to resize

SystemOnboardingControllerGetSystemCategoryId Method

this method is abstraction which implementation is subject to change when final design is in place

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 string GetSystemCategoryId(
	DataObject systemOrCategory
)

Parameters

systemOrCategory
Type: Omada.OE.ModelDataObject
The sytem or the category data object

Return Value

Type: String
The value of SC_IDENT
See Also