QHNotificationEvent Class

Notification event to be presented to the user.

Definition

Namespace: Quine.HRCatalog
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
[DataContractAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
public class QHNotificationEvent : OperationalEvent
Inheritance
Object    OperationalEvent    QHNotificationEvent

Constructors

QHNotificationEvent Constructor.

Properties

Data Additional data attached to the message.
(Inherited from OperationalEvent)
EventId Numeric id identifying the event.
(Inherited from OperationalEvent)
Exception Optional: exception information. Setting it to non-null populates [!:ExceptionRecords], but does not override the severity initially set by the constructor. May be null.
HasData True if Data dictionary has been constructed.
(Inherited from OperationalEvent)
Message Event message.
(Inherited from OperationalEvent)
Source Component that generated the event. By convention, it should be a fully-qualified name of the class type generating the event. If not set on construction, it will be set by Source upon adding to the trace.
(Inherited from OperationalEvent)
Timestamp Timestamp for the message. Defaults to Now.
(Inherited from OperationalEvent)

See Also