IFindExpression
Interface
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public interface IFindExpression
Derived Classes:
Properties
C#
IList<int> ChainStops { get; }
C#
IList<HierarchyConstraint> Constraints { get; }
C#
bool HasHierarchicalDependency { get; }
C#
string StringRepresentation { get; }
C#
Type SupportedSearchType { get; }
Methods
C#
bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints, ITargetElement root)
C#
bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints)