Class NotificationDescription
The description of an Oracle notification test object.
Inheritance
NotificationDescription
Inherited Members
Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public class NotificationDescription : UiObjectBaseDescription, ICloneable, IDescription
Constructors
NotificationDescription()
Declaration
public NotificationDescription()
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? |
Message
The text of the displayed message.
Declaration
public StringProperty Message { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Title
The window title.
Declaration
public StringProperty Title { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Type
The type of notification. Possible values: NotificationType
Declaration
public NotificationType? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| NotificationType? |