Click or drag to resize

SystemAction Constructor

constructor

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 SystemAction(
	string Id,
	SystemActionStage stage
)

Parameters

Id
Type: SystemString
Unique action ID
stage
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboardingSystemActionStage
Which stage does the action belong to
See Also