Class VisualWait
Inheritance
System.Object
    VisualWait
  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.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public class VisualWaitProperties
Timeout
Declaration
public int Timeout { get; set; }Property Value
| System.Int32 
 | 
Methods
For(Predicate<FrameworkElement>)
Declaration
public void For(Predicate<FrameworkElement> predicate)Parameters
| System.Predicate<FrameworkElement>
        predicate 
 | 
For(Predicate<FrameworkElement>, Int32, String)
Declaration
public void For(Predicate<FrameworkElement> predicate, int timeout, string onErrorMessage)Parameters
| System.Predicate<FrameworkElement>
        predicate 
 | 
| System.Int32
        timeout 
 | 
| System.String
        onErrorMessage 
 | 
For(Predicate<FrameworkElement>, String)
Declaration
public void For(Predicate<FrameworkElement> predicate, string onErrorMessage)Parameters
| System.Predicate<FrameworkElement>
        predicate 
 | 
| System.String
        onErrorMessage 
 | 
ForExists()
Declaration
public void ForExists()ForExists(Int32)
Declaration
public void ForExists(int timeout)Parameters
| System.Int32
        timeout 
 | 
ForExistsNot()
Declaration
public void ForExistsNot()ForExistsNot(Int32)
Declaration
public void ForExistsNot(int timeout)Parameters
| System.Int32
        timeout 
 | 
ForNoMotion(Int32)
Declaration
public void ForNoMotion(int motionCheckInterval)Parameters
| System.Int32
        motionCheckInterval 
 | 
ForNoMotion(Int32, Int32)
Declaration
public void ForNoMotion(int motionCheckInterval, int timeout)Parameters
| System.Int32
        motionCheckInterval 
 | 
| System.Int32
        timeout 
 | 
ForNoMotion(Int32, Int32, Int32)
Declaration
public void ForNoMotion(int initialWait, int motionCheckInterval, int timeout)Parameters
| System.Int32
        initialWait 
 | 
| System.Int32
        motionCheckInterval 
 | 
| System.Int32
        timeout 
 | 
ForVisible()
Declaration
public void ForVisible()ForVisible(Int32)
Declaration
public void ForVisible(int timeout)Parameters
| System.Int32
        timeout 
 | 
ForVisibleNot()
Declaration
public void ForVisibleNot()ForVisibleNot(Int32)
Declaration
public void ForVisibleNot(int timeout)Parameters
| System.Int32
        timeout 
 |