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