Class FlexFieldWindowDescription
The description of an Oracle flex field window test object.
public class FlexFieldWindowDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
FlexFieldWindowDescription
- Implements
- Inherited Members
Constructors
FlexFieldWindowDescription()
public FlexFieldWindowDescription()
Properties
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?
Title
The window title.
public StringProperty Title { get; set; }