IExpressionNode Interface |
Evaluatable node of the expression
Namespace: Scanjour.Workflow4.Web.Services.Helpers.ExpressionsAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic interface IExpressionNode
Public Interface IExpressionNode
public interface class IExpressionNode
type IExpressionNode = interface end
The IExpressionNode type exposes the following members.
Methods | Name | Description |
---|
 | Evaluate |
Evaluates the token in specified context.
|
Top
See Also