DummyFindClause Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Holds a single clause as part of a Silverlight element FindExpression.
Inheritance Hierarchy

SystemObject
  ArtOfTest.CommonFindClause
    ArtOfTest.WebAii.CoreDummyFindClause

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

[SerializableAttribute]
public class DummyFindClause : FindClause

The DummyFindClause type exposes the following members.

Constructors

  NameDescription
Public methodDummyFindClause
Initializes a new instance of the DummyFindClause class
Public methodDummyFindClause(String)
Initializes a new instance of the DummyFindClause class
Top
Properties

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

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtractValue
Extract the actual value for the search type passed in.
(Overrides FindClauseExtractValue(String, ITargetElement).)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatch(ITargetElement) (Overrides FindClauseMatch(ITargetElement).)
Public methodMatch(ITargetElement, ITargetElement)
Match the target with this clause.
(Overrides FindClauseMatch(ITargetElement, ITargetElement).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnParsed
Occurs when an clause is parsed into name value pairs including compare type.
(Overrides FindClauseOnParsed.)
Public methodToString
Return the string representation of this expression.
(Inherited from FindClause.)
Top
See Also

Reference