Comment on page
Row
Namespace: Progile.TRIO.BaseModel
Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Row constructor, instantiates a new Row. Is typically not used directly but through
TableBase.CreateRow()
. Syntax:
public Row(
ITester tester,
ResultRectangle tableRect,
ImageReference imageReference,
params IImageFilter[] filters
)
Parameter | Description |
tester | The tester interface. |
tableRect | Type: ResultRectangle
The rectangle defining the table, typically TableBase.TableRect. Will be used to define the left and right edges of the row. |
imageReference | |
filters | Type: IImageFilter[ ]
The filters used to find the row. Typically the Column.Select of the column in which we want to find the element that corresponds with the row. |
Row constructor, instantiates a new Row. Is typically not used directly but through
TableBase.CreateRow()
. Syntax:
public Row(
ITester tester,
ResultRectangle tableRect,
string searchText,
params IImageFilter[] filters
)
Parameter | Description |
tester | The tester interface. |
tableRect | Type: ResultRectangle
The rectangle defining the table, typically TableBase.TableRect. Will be used to define the left and right edges of the row. |
searchText | |
filters | Type: IImageFilter[ ]
The filters used to find the row. Typically the Column.Select of the column in which we want to find the element that corresponds with the row. |
Name | Description |
Middle point of the rectangle defining the row. | |
Last modified 2yr ago