Class
FindParamConstraint

Offers addition contraints for a FindParam to allow for a more flexible use in HtmlControls

Definition

Namespace:ArtOfTest.WebAii.ObjectModel

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[Obsolete("Please use FindExpressions instead")]
public class FindParamConstraint

Inheritance: objectFindParamConstraint

Constructors

FindParamConstraint(int, FindParam)

Create a FindParam contraint

Declaration

cs-api-definition
public FindParamConstraint(int level, FindParam constraint)

Parameters

level

int

The level of the contraint (negative:parent,positive:children)

constraint

FindParam

The constraint definition

Properties

Definition

Gets the contraint definition

Declaration

cs-api-definition
public FindParam Definition { get; }

Property Value

FindParam

Level

Gets the level constraint. Negative level indicates parent hierarchy. (i.e. -1 first parent). Positive level indicates child hierarchy. (i.e. 1 first child).

Declaration

cs-api-definition
public int Level { get; }

Property Value

int