Interface IFindExpression
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IFindExpression
Properties
ChainStops
Declaration
IList<int> ChainStops { get; }
Property Value
System.
|
Clauses
Declaration
string[] Clauses { get; }
Property Value
System.
|
Constraints
Declaration
IList<HierarchyConstraint> Constraints { get; }
Property Value
System.
|
HasHierarchicalDependency
Declaration
bool HasHierarchicalDependency { get; }
Property Value
System.
|
IsChained
Declaration
bool IsChained { get; }
Property Value
System.
|
StringRepresentation
Declaration
string StringRepresentation { get; }
Property Value
System.
|
SupportedSearchType
Declaration
Type SupportedSearchType { get; }
Property Value
System.
|
Methods
AppendChain(IFindExpression)
AppendClauses(Boolean, String[])
Declaration
void AppendClauses(bool asChain, params string[] clausesToAppend)
Parameters
System.
|
System.
|
GetClauses(Int32)
Declaration
IList<FindClause> GetClauses(int chainIndex)
Parameters
System.
|
Returns
System.
|
Initialize(String[])
Declaration
void Initialize(string[] clauses)
Parameters
System.
|
Match(ITargetElement)
Declaration
bool Match(ITargetElement target)
Parameters
ITarget
|
Returns
System.
|
Match(ITargetElement, IList<FindClause>, Boolean)
Declaration
bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints)
Parameters
ITarget
|
System.
|
System.
|
Returns
System.
|
Match(ITargetElement, IList<FindClause>, Boolean, ITargetElement)
Declaration
bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints, ITargetElement root)
Parameters
ITarget
|
System.
|
System.
|
ITarget
|
Returns
System.
|
Update(String[])
Declaration
void Update(string[] expression)
Parameters
System.
|