Class FindClause
Inheritance
System.Object
    FindClause
  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 abstract class FindClauseConstructors
FindClause()
Declaration
public FindClause()FindClause(String)
Declaration
public FindClause(string clause)Parameters
| System.String
        clause 
 | 
Properties
Clause
Declaration
public string Clause { get; set; }Property Value
| System.String 
 | 
CompareType
IsHierarchical
Declaration
public bool IsHierarchical { get; set; }Property Value
| System.Boolean 
 | 
Name
Declaration
public string Name { get; }Property Value
| System.String 
 | 
Priority
Declaration
public int Priority { get; set; }Property Value
| System.Int32 
 | 
Value
Declaration
public string Value { get; }Property Value
| System.String 
 | 
Methods
ExtractValue(String, ITargetElement)
Declaration
public abstract string ExtractValue(string searchType, ITargetElement element)Parameters
| System.String
        searchType 
 | 
| ITargetElement
        element 
 | 
Returns
| System.String 
 | 
GetSpecialCharForCompareType(FindCompareType)
Declaration
public static char GetSpecialCharForCompareType(FindCompareType compareType)Parameters
| FindCompareType
        compareType 
 | 
Returns
| System.Char 
 | 
Match(ITargetElement)
Declaration
public abstract bool Match(ITargetElement element)Parameters
| ITargetElement
        element 
 | 
Returns
| System.Boolean 
 | 
Match(ITargetElement, ITargetElement)
Declaration
public abstract bool Match(ITargetElement element, ITargetElement startElement)Parameters
| ITargetElement
        element 
 | 
| ITargetElement
        startElement 
 | 
Returns
| System.Boolean 
 | 
OnParsed()
Declaration
public abstract void OnParsed()ToString()
Declaration
public override string ToString()Returns
| System.String 
 | 
Overrides
System.Object.ToString()