RuleSet.Validate(RuleValidation) Method

Definition

Validates the RuleSet attributes and the Rule classes in the RuleSet.

public:
 bool Validate(System::Workflow::Activities::Rules::RuleValidation ^ validation);
public bool Validate (System.Workflow.Activities.Rules.RuleValidation validation);
member this.Validate : System.Workflow.Activities.Rules.RuleValidation -> bool
Public Function Validate (validation As RuleValidation) As Boolean

Parameters

validation
RuleValidation

The ValidationManager to manage the validation process.

Returns

A ValidationErrorCollection of errors found during validation.

Exceptions

validation is a null reference (Nothing in Visual Basic).

Remarks

If the RuleSet contains errors (the Validate method returns false), then RuleValidation.Errors contains the list of errors encountered.

Applies to