Class FindExpression<T>
Inheritance
System.Object
FindExpression<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public abstract class FindExpression<T> : IFindExpression where T : FindClause
Type Parameters
T
|
Constructors
FindExpression()
Declaration
public FindExpression()
FindExpression(String[])
Declaration
public FindExpression(params string[] findClauses)
Parameters
System.
|
Properties
ChainStops
Declaration
public IList<int> ChainStops { get; }
Property Value
System.
|
Implements
Clauses
Declaration
public string[] Clauses { get; }
Property Value
System.
|
Implements
Constraints
Declaration
public IList<HierarchyConstraint> Constraints { get; }
Property Value
System.
|
Implements
FindClauses
Declaration
public IList<T> FindClauses { get; }
Property Value
System.
|
HasConstraints
Declaration
public bool HasConstraints { get; }
Property Value
System.
|
HasHierarchicalDependency
Declaration
public bool HasHierarchicalDependency { get; }
Property Value
System.
|
Implements
IsChained
Declaration
public bool IsChained { get; }
Property Value
System.
|
Implements
StringRepresentation
Declaration
public string StringRepresentation { get; }
Property Value
System.
|
Implements
SupportedSearchType
Declaration
public abstract Type SupportedSearchType { get; }
Property Value
System.
|
Implements
Methods
AddClause(String)
Declaration
public abstract void AddClause(string clause)
Parameters
System.
|
AddHierarchyConstraint(HierarchyConstraint)
Declaration
public virtual void AddHierarchyConstraint(HierarchyConstraint constraint)
Parameters
Hierarchy
|
AppendChain(IFindExpression)
Declaration
public void AppendChain(IFindExpression expression)
Parameters
IFind
|
Implements
AppendClauses(Boolean, String[])
Declaration
public void AppendClauses(bool asChain, params string[] clausesToAppend)
Parameters
System.
|
System.
|
Implements
CheckConstraints(ITargetElement)
Declaration
public virtual bool CheckConstraints(ITargetElement target)
Parameters
ITarget
|
Returns
System.
|
GetClauses(Int32)
Declaration
public IList<FindClause> GetClauses(int chainIndex)
Parameters
System.
|
Returns
System.
|
Implements
Initialize(String[])
Declaration
public virtual void Initialize(string[] clauses)
Parameters
System.
|
Implements
Match(ITargetElement)
Declaration
public virtual bool Match(ITargetElement target)
Parameters
ITarget
|
Returns
System.
|
Implements
Match(ITargetElement, IList<FindClause>, Boolean)
Declaration
public virtual bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints)
Parameters
ITarget
|
System.
|
System.
|
Returns
System.
|
Implements
Match(ITargetElement, IList<FindClause>, Boolean, ITargetElement)
Declaration
public virtual bool Match(ITargetElement target, IList<FindClause> clauses, bool ignoreConstraints, ITargetElement root)
Parameters
ITarget
|
System.
|
System.
|
ITarget
|
Returns
System.
|
Implements
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()
Update(String[])
Declaration
public void Update(string[] expression)
Parameters
System.
|