HtmlFindExpression
Class
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class HtmlFindExpression : FindExpression<HtmlFindClause>, IFindExpression
Inheritance: objectFindExpression<HtmlFindClause>HtmlFindExpression
Implements:
Inherited Members
Constructors
C#
public HtmlFindExpression()
Properties
C#
public override Type SupportedSearchType { get; }
Overrides:
Methods
C#
public override bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints, ITargetElement root)
Overrides:
C#
public override bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints)
Overrides: