FindClause Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents an atomic search expression i.e foo=~bar
Inheritance Hierarchy

SystemObject
  ArtOfTest.CommonFindClause
    ArtOfTest.WebAii.CoreDummyFindClause
    ArtOfTest.WebAii.CoreHtmlFindClause
    ArtOfTest.WebAii.SilverlightXamlFindClause

Namespace:  ArtOfTest.Common
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

[SerializableAttribute]
public abstract class FindClause

The FindClause type exposes the following members.

Constructors

  NameDescription
Public methodFindClause
Create a new Search expression.
Public methodFindClause(String)
Create a new FindClause.
Top
Properties

  NameDescription
Public propertyClause
Gets or sets the search expression. On setting the value, the expression will be parsed.
Public propertyCompareType
Gets the expression compare type.
Public propertyIsHierarchical
Gets whether this search clause is relative to the root of the search.
Public propertyName
Gets the name part of the expression.
Public propertyPriority
Gets the search priority of this clause. 0 is the highest. 10 lowest.
Public propertyValue
Gets the value part of the expression.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtractValue
Given a specific search term, get the actual value from the passed in target element.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetSpecialCharForCompareType
Does a reverse look up and returns the special character for a certain compare type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatch(ITargetElement)
Match this expression.
Public methodMatch(ITargetElement, ITargetElement)
Match this expression starting at a specific element
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnParsed
Called once the expression is parsed. Extenders can override this method to allow for post processing after parsing.
Public methodToString
Return the string representation of this expression.
(Overrides ObjectToString.)
Top
See Also

Reference