Click or drag to resize

SystemOverviewBuilderRetrieveSpecificStageActions Method

Setups list of actions based on initial parameters for specific stage

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Builders.SystemOverview
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IEnumerable<SystemAction> RetrieveSpecificStageActions(
	SystemActionStage stageType
)

Parameters

stageType
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboardingSystemActionStage

Return Value

Type: IEnumerableSystemAction
See Also