Table of Contents

Class FlexFieldWindowDescription

The description of an Oracle flex field window test object.

Inheritance
FlexFieldWindowDescription
Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public class FlexFieldWindowDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

FlexFieldWindowDescription()

Declaration
public FlexFieldWindowDescription()

Properties

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?

Title

The window title.

Declaration
public StringProperty Title { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription