![]() | IValidationData Interface |
Represents validation data - contains errors found during model validation, analysis, or design.
Namespace: TSD.API.Remoting.Structure.Validation
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

The IValidationData type exposes the following members.

Name | Description | |
---|---|---|
![]() | AnalysisGeneralValidationErrors |
Gets validation errors related to analysis (common for all analysis methods)
|
![]() | CanRunDesignValidation |
Gets a value indicating whether the design part of the validation can be performed
|
![]() | DesignValidationErrors |
Gets validation errors related to design
|
![]() | DesignValidationPerformed |
Gets a value indicating whether design validation has been performed since the last model change
|
![]() | ModelValidationErrors |
Gets validation errors related to model
|
![]() | OverallStatus |
Gets the overall status of the validation
|
![]() | PreAnalysisValidationErrors |
Gets validation errors related to pre-analysis
|
![]() | ValidationPerformed |
Gets a value indicating whether any validation has been performed since the last model change
|

Name | Description | |
---|---|---|
![]() | GetAnalysisValidationErrorsAsync |
Gets validation errors related to specific AnalysisType |
