Interface IValidationData

Represents validation data - contains errors found during model validation, analysis, or design.

Namespace: TSD.API.Remoting.Structure.Validation
Assembly: TSD.API.Remoting.dll
Syntax
public interface IValidationData

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(AnalysisType, CancellationToken)

Gets validation errors related to specific AnalysisType

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next