ActionEngineUtilSetBuiltInExpressionValuesTAction Method

Set the built-in values for the caller's expression context from the given action.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static void SetBuiltInExpressionValues<TAction>(
	ExpressionContext context,
	TAction action
)

Parameters

context  ExpressionContext
Reference to the context to be initialized.
action  TAction
Reference to the active action for which the values will be initialized.

Type Parameters

TAction
The concrete type name of the generic class to be analyzed.

See Also