ClassVerificationResult
Class
Represents the result of a call to Verify on the VerificationDescriptor
Definition
Namespace:ArtOfTest.Common.Design.Extensibility
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class VerificationResult : IVerificationResult
Inheritance: objectVerificationResult
Implements:
Constructors
VerificationResult()
Empty constructor for serialization.
Declaration
cs-api-definition
public VerificationResult()
VerificationResult(bool, string, string)
Create a VerificationResult.
Properties
ErrorMessage
Gets any custom error message in case of a failure.
Passed
Gets the status of the result.
WarningMessage
Gets any custom warning message.