Class EditFieldDescription
The description of an Oracle edit field test object.
public class EditFieldDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
EditFieldDescription
- Implements
- Inherited Members
Constructors
EditFieldDescription()
public EditFieldDescription()
Properties
Caption
The caption of the object.
public StringProperty Caption { get; set; }
Property Value
ClassPath
The Oracle class hierarchy of the object's Oracle class.
public StringProperty ClassPath { get; set; }
Property Value
IsEditable
Indicates whether the text field is editable.
public bool? IsEditable { get; set; }
Property Value
- bool?
IsEnabled
Indicates whether the object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
ObjectDescription
The accessibility description of the object as specified by the server.
public StringProperty ObjectDescription { get; set; }
Property Value
ObjectName
The internal name of the object supplied by the application server.
public StringProperty ObjectName { get; set; }
Property Value
Text
The value of the object.
public StringProperty Text { get; set; }
Property Value
TooltipText
The text displayed in the object's tooltip.
public StringProperty TooltipText { get; set; }