RealTimeResultGroupDefinition Object


Description:

Defines a tab on a real-time result grid in the GUI.

Parents: ResultDataSet

RealTimeResultGroupDefinition Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
ColumnClassName

This and ColumnPropertyName are parallel arrays. So the nth element in this together with the nth element in ColumnPropertyName describe the nth Class.Property in the Group.

Type: string

Default: "" (empty string)

ColumnPropertyName

ColumnClassName and this are parallel arrays. So the nth element in ColumnClassName together with the nth element in this describe the nth Class.Property in the Group.

Type: string

Default: "" (empty string)

CountQuery

Type: string

Default: "" (empty string)

GroupId

URI that uniquely identifies this group.

Type: string

Default: "" (empty string)

GroupName

Name displayed on the tab.

Type: string

Default: "" (empty string)

SqlString

An SQL statement used to store results to the end-of-test results database.

Type: string

Default: "" (empty string)

UseCustomSqlString

Use custom SQL string.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

True.

FALSE

False.

RealTimeResultGroupDefinition Read-Only Attributes

There are no read-only attributes.