Class DesktopFindExpression
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.WebAii.DesktopAutomation.FindExpressions
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopFindExpression : FindExpression<DesktopFindClause>, IFindExpressionConstructors
DesktopFindExpression(String[])
Declaration
public DesktopFindExpression(params string[] clauses)Parameters
| System.String[]
        clauses 
 | 
Properties
SupportedSearchType
Declaration
public override Type SupportedSearchType { get; }Property Value
| System.Type 
 | 
Overrides
ArtOfTest.Common.FindExpression<ArtOfTest.WebAii.DesktopAutomation.FindExpressions.DesktopFindClause>.SupportedSearchType
  
  
  
  
  
  Methods
AddClause(String)
Declaration
public override void AddClause(string clause)Parameters
| System.String
        clause 
 | 
Overrides
ArtOfTest.Common.FindExpression<ArtOfTest.WebAii.DesktopAutomation.FindExpressions.DesktopFindClause>.AddClause(System.String)