Table of Contents

Class TableDescription

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

The description of an Oracle table test object.

public class TableDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
TableDescription
Implements
Inherited Members

Constructors

TableDescription()

public TableDescription()

Properties

ColumnHeaders

The collection of column headers in the table.

public string[] ColumnHeaders { get; set; }

Property Value

string[]

ColumnsCount

The number of columns in the table.

public int? ColumnsCount { get; set; }

Property Value

int?

IsEnabled

Indicates whether the object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

ObjectName

The name of the object supplied by the server.

public StringProperty ObjectName { get; set; }

Property Value

StringProperty

RowsCount

The number of visible rows in the table.

public int? RowsCount { get; set; }

Property Value

int?