IRuleExpression.Validate(RuleValidation, Boolean) 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, verifies that the expression is configured correctly and has no errors.
public:
System::Workflow::Activities::Rules::RuleExpressionInfo ^ Validate(System::Workflow::Activities::Rules::RuleValidation ^ validation, bool isWritten);
public System.Workflow.Activities.Rules.RuleExpressionInfo Validate (System.Workflow.Activities.Rules.RuleValidation validation, bool isWritten);
abstract member Validate : System.Workflow.Activities.Rules.RuleValidation * bool -> System.Workflow.Activities.Rules.RuleExpressionInfo
Public Function Validate (validation As RuleValidation, isWritten As Boolean) As RuleExpressionInfo
Parameters
- validation
- RuleValidation
The RuleValidation to manage the validation process.
- isWritten
- Boolean
true
if the expression is being written to; false
if the expression is not being written to.
Returns
The RuleExpressionInfo for the expression.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.