IValidation |
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: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The IValidationData type exposes the following members.
Properties
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 |
Methods
Name | Description | |
---|---|---|
GetAnalysisValidationErrorsAsync | Gets validation errors related to specific AnalysisType |
See Also