Table of Contents

Class NotificationDescription

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

The description of an Oracle notification test object.

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

Constructors

NotificationDescription()

public NotificationDescription()

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?

Message

The text of the displayed message.

public StringProperty Message { get; set; }

Property Value

StringProperty

Title

The window title.

public StringProperty Title { get; set; }

Property Value

StringProperty

Type

The type of notification. Possible values: NotificationType

public NotificationType? Type { get; set; }

Property Value

NotificationType?