Row

Description

Base class for Row used by TableBase.

Row Class

Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)

Inheritance Hierarchy:

Object Progile.TRIO.BaseModel.OnScreenElement Progile.TRIO.BaseModel.Row

Constructors

Row(ITester, ResultRectangle, ImageReference, IImageFilter[ ])

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
)

Row(ITester, ResultRectangle, string, IImageFilter[ ])

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
)

Methods

Properties

Last updated