Class TableDescription
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
RowsCount
The number of visible rows in the table.
public int? RowsCount { get; set; }
Property Value
- int?