ActionEngineUtilSetBuiltInExpressionValuesTAction Method
Set the built-in values for the caller's expression context from the
given action.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static void SetBuiltInExpressionValues<TAction>(
ExpressionContext context,
TAction action
)
Public Shared Sub SetBuiltInExpressionValues(Of TAction) (
context As ExpressionContext,
action As TAction
)
No code example is currently available or this language may not be supported.
- context ExpressionContext
-
Reference to the context to be initialized.
- action TAction
-
Reference to the active action for which the values will be
initialized.
- TAction
-
The concrete type name of the generic class to be analyzed.