IRuleExpression::Validate Method (RuleValidation^, Boolean)

 

When overridden in a derived class, verifies that the expression is configured correctly and has no errors.

Namespace:   System.Workflow.Activities.Rules
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

RuleExpressionInfo^ Validate(
	RuleValidation^ validation,
	bool isWritten
)

Parameters

validation
Type: System.Workflow.Activities.Rules::RuleValidation^

The RuleValidation to manage the validation process.

isWritten
Type: System::Boolean

true if the expression is being written to; false if the expression is not being written to.

.NET Framework
Available since 3.0
Return to top
Show: