Class NotificationEvent
Inheritance
System.Object
NotificationEvent
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class NotificationEvent : MarshalByRefObject
Constructors
NotificationEvent()
Declaration
public NotificationEvent()
Properties
AssociateId
Associate Id that triggered the notification.
Declaration
public int AssociateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EntryDate
Timestamp the event was triggered.
Declaration
public DateTime EntryDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Remarks
Readonly.
EventDate
Timestamp of the DATA in the Event (Example: application Date, Order Date, Ect)
Declaration
public DateTime EventDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EventType
Designates the Type of notification.
Declaration
public EventType EventType { get; set; }
Property Value
Type | Description |
---|---|
EventType |
EventValue
Dynamic value of the notification. This will be serialized as JSon when processing.
Declaration
public dynamic EventValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |