Click or drag to resize

SystemOverviewControllerApplyManualStatusValues Method

Load manual set status values and applies to list of actions

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 void ApplyManualStatusValues(
	List<SystemAction> actionList,
	DataObject system
)

Parameters

actionList
Type: System.Collections.GenericListSystemAction
system
Type: Omada.OE.ModelDataObject
See Also