DummyFindExpression Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Holds a Silverlight element FindExpression.
Inheritance Hierarchy

SystemObject
  ArtOfTest.CommonFindExpressionDummyFindClause
    ArtOfTest.WebAii.CoreDummyFindExpression

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

[SerializableAttribute]
public class DummyFindExpression : FindExpression<DummyFindClause>

The DummyFindExpression type exposes the following members.

Constructors

  NameDescription
Public methodDummyFindExpression
Initializes a new instance of the DummyFindExpression class
Public methodDummyFindExpression(String)
Initializes a new instance of the DummyFindExpression class
Top
Properties

  NameDescription
Public propertyChainStops
Gets the list of chain locations in the clauses.
(Inherited from FindExpressionT.)
Public propertyClauses
Gets the expression clauses
(Inherited from FindExpressionT.)
Public propertyConstraints
Get any hierarchy constraints.
(Inherited from FindExpressionT.)
Public propertyFindClauses
Gets or sets the find statement.
(Inherited from FindExpressionT.)
Public propertyHasConstraints
Gets whether this expression have hierarchy constraints
(Inherited from FindExpressionT.)
Public propertyHasHierarchicalDependency
Gets whether this expression has any hierarchal dependencies.
(Inherited from FindExpressionT.)
Public propertyIsChained
Gets whether the search is chained.
(Inherited from FindExpressionT.)
Public propertyStringRepresentation
Get the string representation of this expression.
(Inherited from FindExpressionT.)
Public propertySupportedSearchType
Gets the XamlSearchType as a Type object.
(Overrides FindExpressionTSupportedSearchType.)
Top
Methods

  NameDescription
Public methodAddClause (Overrides FindExpressionTAddClause(String).)
Public methodAddHierarchyConstraint
Add a hierarchy constraint.
(Inherited from FindExpressionT.)
Public methodAppendChain
Append the passed in expression as a chain to the end of the expression.
(Inherited from FindExpressionT.)
Public methodAppendClauses
Append a set of clauses
(Inherited from FindExpressionT.)
Public methodCheckConstraints
Check the constraints of this target.
(Inherited from FindExpressionT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetClauses
Get the list of clauses
(Inherited from FindExpressionT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initialize this expression with a set of clauses.
(Inherited from FindExpressionT.)
Public methodMatch(ITargetElement)
Match this expression against a target.
(Inherited from FindExpressionT.)
Public methodMatch(ITargetElement, IListFindClause, Boolean)
Match a set of clauses against a target.
(Inherited from FindExpressionT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string representation of this FindExpression.
(Inherited from FindExpressionT.)
Public methodUpdate
Update this expression with the new expression
(Inherited from FindExpressionT.)
Top
See Also

Reference