Validation

Validation class

Stores information about diagram validation for the document.

Properties

NameTypeDescription
RuleSetsRuleSetCollectionIncludes a RuleSet element for each validation rule set in the document.
IssuesIssueCollectionContains all the Issue elements for the document.
ValidationPropertiesValidationPropertiesEncapsulates properties related to validation for the document.

Validation.RuleSets property

Includes a RuleSet element for each validation rule set in the document.

Type: RuleSetCollection

Validation.Issues property

Contains all the Issue elements for the document.

Type: IssueCollection

Validation.ValidationProperties property

Encapsulates properties related to validation for the document.

Type: ValidationProperties