Class ListOfValuesDescription
The description of an Oracle list of value test object.
Inheritance
ListOfValuesDescription
Inherited Members
Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public class ListOfValuesDescription : UiObjectBaseDescription, ICloneable, IDescription
Constructors
ListOfValuesDescription()
Declaration
public ListOfValuesDescription()
Properties
ChoicesNumber
The number of available choices (taking into account the active filter).
Declaration
public int? ChoicesNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ClassPath
The Oracle class hierarchy of the object's Oracle class.
Declaration
public StringProperty ClassPath { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
IsEnabled
Indicates whether the object is enabled.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Items
The content of the object window.
Declaration
public string[] Items { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
Title
The window title.
Declaration
public StringProperty Title { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |