IValidationData Properties

The IValidationData type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisGeneralValidationErrors
Gets validation errors related to analysis (common for all analysis methods)
Public propertyCanRunDesignValidation
Gets a value indicating whether the design part of the validation can be performed
Public propertyDesignValidationErrors
Gets validation errors related to design
Public propertyDesignValidationPerformed
Gets a value indicating whether design validation has been performed since the last model change
Public propertyModelValidationErrors
Gets validation errors related to model
Public propertyOverallStatus
Gets the overall status of the validation
Public propertyPreAnalysisValidationErrors
Gets validation errors related to pre-analysis
Public propertyValidationPerformed
Gets a value indicating whether any validation has been performed since the last model change
Top
See Also