New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.Common

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class HierarchyConstraint

Inheritance: objectHierarchyConstraint

Constructors

C#
public HierarchyConstraint(IFindExpression expression, params int[] pathReference)
Parameters:expressionIFindExpressionpathReferenceint[]
C#
public HierarchyConstraint(IFindExpression expression, string pathReference)
Parameters:expressionIFindExpressionpathReferencestring

Fields

C#
public const char PathSeparator = ','

Properties

C#
public IFindExpression Expression { get; }

Methods

C#
public bool Validate(ITargetElement target)
Parameters:targetITargetElementReturns:

bool