Sets any dependent actions for this action.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
void SetInputs(
	string actionName,
	params IAction[] actions
)
Visual Basic (Declaration)
Sub SetInputs ( _
	actionName As String, _
	ParamArray actions As IAction() _
)
Visual C++
void SetInputs(
	String^ actionName, 
	... array<IAction^>^ actions
)

Parameters

actionName
Type: System..::.String
Dependent action name.
actions
Type: array< RightEdge.Common..::.IAction >[]()[]
Dependent actions.

See Also