Class VerificationWaitResult
Inheritance
System.Object
VerificationWaitResult
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 VerificationWaitResult : IXmlPersistable, IVerificationResult
Constructors
VerificationWaitResult()
Declaration
public VerificationWaitResult()
VerificationWaitResult(WaitResult, VerificationResult, DescriptorValueStore)
Declaration
public VerificationWaitResult(WaitResult waitResult, VerificationResult verificationOutcome, DescriptorValueStore valueStore)
Parameters
WaitResult
waitResult
|
VerificationResult
verificationOutcome
|
DescriptorValueStore
valueStore
|
Properties
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
ErrorMessage
Declaration
public string ErrorMessage { get; }
Property Value
System.String
|
Implements
Passed
Declaration
public bool Passed { get; }
Property Value
System.Boolean
|
Implements
RootName
Declaration
public string RootName { get; }
Property Value
System.String
|
Implements
ValueStore
VerificationOutcome
Declaration
public VerificationResult VerificationOutcome { get; }
Property Value
VerificationResult
|