IRuleExpression.Evaluate(RuleExecution) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, evaluates the custom expression.
public:
System::Workflow::Activities::Rules::RuleExpressionResult ^ Evaluate(System::Workflow::Activities::Rules::RuleExecution ^ execution);
public System.Workflow.Activities.Rules.RuleExpressionResult Evaluate (System.Workflow.Activities.Rules.RuleExecution execution);
abstract member Evaluate : System.Workflow.Activities.Rules.RuleExecution -> System.Workflow.Activities.Rules.RuleExpressionResult
Public Function Evaluate (execution As RuleExecution) As RuleExpressionResult
Parameters
- execution
- RuleExecution
The RuleExecution to execute the expression.
Returns
The RuleExpressionResult that indicates the result of the rule execution.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.