Class VerificationResult
Inheritance
System.Object
VerificationResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class VerificationResult : IXmlPersistable, IVerificationResult
Constructors
VerificationResult()
Declaration
public VerificationResult()
VerificationResult(Boolean, String, String)
Declaration
public VerificationResult(bool assert, string errorMessage, string warningMessage = null)
Parameters
System.Boolean
assert
|
System.String
errorMessage
|
System.String
warningMessage
|
Properties
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
ErrorMessage
Declaration
public string ErrorMessage { get; }
Property Value
System.String
|
Implements
HasWarnings
Declaration
public bool HasWarnings { get; }
Property Value
System.Boolean
|
Passed
Declaration
public bool Passed { get; }
Property Value
System.Boolean
|
Implements
RootName
Declaration
public string RootName { get; }
Property Value
System.String
|
Implements
WarningMessage
Declaration
public string WarningMessage { get; }
Property Value
System.String
|