Class HierarchyConstraint
Inheritance
System.Object
HierarchyConstraint
Inherited Members
System.Object.ToString()
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 class HierarchyConstraint
Constructors
HierarchyConstraint(IFindExpression, Int32[])
Declaration
public HierarchyConstraint(IFindExpression expression, params int[] pathReference)
Parameters
IFindExpression
expression
|
System.Int32[]
pathReference
|
HierarchyConstraint(IFindExpression, String)
Declaration
public HierarchyConstraint(IFindExpression expression, string pathReference)
Parameters
IFindExpression
expression
|
System.String
pathReference
|
Fields
PathSeparator
Declaration
public const char PathSeparator = ','
Field Value
System.Char
|
Properties
Expression
Methods
Validate(ITargetElement)
Declaration
public bool Validate(ITargetElement target)
Parameters
ITargetElement
target
|
Returns
System.Boolean
|