Class NotificationDescription
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
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
Title
The window title.
public StringProperty Title { get; set; }
Property Value
Type
The type of notification. Possible values: NotificationType
public NotificationType? Type { get; set; }