Table of Contents

Class FlexFieldWindowDescription

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

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

StringProperty

IsEnabled

Indicates whether the object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

Title

The window title.

public StringProperty Title { get; set; }

Property Value

StringProperty