Table of Contents

Class TableDescription

The description of an Oracle table test object.

Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public class TableDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

TableDescription()

Declaration
public TableDescription()

Properties

ColumnHeaders

The collection of column headers in the table.

Declaration
public string[] ColumnHeaders { get; set; }
Property Value
Type Description
string[]

ColumnsCount

The number of columns in the table.

Declaration
public int? ColumnsCount { get; set; }
Property Value
Type Description
int?

IsEnabled

Indicates whether the object is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

ObjectName

The name of the object supplied by the server.

Declaration
public StringProperty ObjectName { get; set; }
Property Value
Type Description
StringProperty

RowsCount

The number of visible rows in the table.

Declaration
public int? RowsCount { get; set; }
Property Value
Type Description
int?

Implements

ICloneable
IDescription