FindClause
Class
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public abstract class FindClause
Inheritance: objectFindClause
Derived Classes:
Constructors
C#
public FindClause()
Properties
C#
public FindCompareType CompareType { get; }
C#
public bool IsHierarchical { get; set; }
Methods
C#
public abstract string ExtractValue(string searchType, ITargetElement element)
C#
public static char GetSpecialCharForCompareType(FindCompareType compareType)
C#
public abstract bool Match(ITargetElement element, ITargetElement startElement)
C#
public abstract void OnParsed()