Validation

Validation class

Stores information about diagram validation for the document.

public class Validation

Properties

Name Description
Issues { get; } Contains all the Issue elements for the document.
RuleSets { get; } Includes a RuleSet element for each validation rule set in the document.
ValidationProperties { get; } Encapsulates properties related to validation for the document.

See Also