Class WaitResult
Inheritance
System.Object
    WaitResult
  Inherited Members
      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
Assembly: ArtOfTest.WebAii.dll
Syntax
public class WaitResult : IXmlPersistableConstructors
WaitResult()
Declaration
public WaitResult()WaitResult(WaitResultType, String)
Declaration
public WaitResult(WaitResultType resultType, string error)Parameters
| WaitResultType
        resultType 
 | 
| System.String
        error 
 | 
Properties
CurrentVersion
Declaration
public Version CurrentVersion { get; }Property Value
| System.Version 
 | 
Implements
Error
Declaration
public string Error { get; }Property Value
| System.String 
 | 
ResultType
RootName
Declaration
public string RootName { get; }Property Value
| System.String 
 | 
Implements
XmlBlob
Methods
LoadFrom(XmlStoreNode)
SaveTo(XmlStoreNode)
ThrowExceptionIfInError()
Declaration
public void ThrowExceptionIfInError()ToString()
Declaration
public override string ToString()Returns
| System.String 
 | 
Overrides
System.Object.ToString()