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