Table of Contents

Class StatusBarDescription

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

The description of an Oracle status bar test object.

public class StatusBarDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
StatusBarDescription
Implements
Inherited Members

Constructors

StatusBarDescription()

public StatusBarDescription()

Properties

ClassPath

The Oracle class hierarchy of the object's Oracle class.

public StringProperty ClassPath { get; set; }

Property Value

StringProperty

ErrorCode

The error code of the displayed message.

public StringProperty ErrorCode { get; set; }

Property Value

StringProperty

IsEnabled

Indicates whether the object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

Message

The text of the displayed message.

public StringProperty Message { get; set; }

Property Value

StringProperty