XamlFindClause 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.SilverlightXamlFindClause

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

[SerializableAttribute]
public class XamlFindClause : FindClause

The XamlFindClause type exposes the following members.

Constructors

  NameDescription
Public methodXamlFindClause
Initializes a new instance of the XamlFindClause class
Public methodXamlFindClause(String)
Initializes a new instance of the XamlFindClause 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 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 propertyPriority
Gets the search priority of this clause. 0 is the highest. 10 lowest.
(Inherited from FindClause.)
Public propertySearchType
Public propertyTagIndex
Public propertyValue
Gets the value part of the expression.
(Inherited from FindClause.)
Public propertyXamlTagName
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 methodGenerateXamlPath(FrameworkElement)
Public methodGenerateXamlPath(FrameworkElement, FrameworkElement)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetTagIndexFromParent
Given a parent and a child element, return the child index within that parent
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