Click or drag to resize

NotificationEventArgs Class

Arguments for the Warning event
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainNotificationEventArgs

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class NotificationEventArgs

The NotificationEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNotificationEventArgs
Initializes a new instance of the NotificationEventArgs class.
Top
Properties
  NameDescription
Public propertyData
Gets the notification data. Can be a plain text message or some encoded data.
Public propertyTransactionName
Gets the name of the object transaction that issued the notification.
Public propertyType
The notification class. Can be WARNING, ERROR, or any custom notification type.
Public propertyUser
If not null this is the user that should receive the notification.
Top
Methods
  NameDescription
Public methodStatic memberWarning
Creates a warning (NotificationClass=WRN) notification.
Top
Fields
  NameDescription
Public fieldStatic memberWarningType
The WARNING notification type.
Top
See Also