Skip to main content

Class NotificationEvent

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for NotificationEvent. Carrier for a notification event for a given notification type and entity id

Inheritance

objectNotificationEvent

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

NotificationEvent()

Default constructor - defaults any enum props to 0.

Properties

Id

Id of entity this notification event is about

Property Value

int

Type

Type of notification event NULL if unknown enum value.

Property Value

NotificationEventType?

See Also

NotificationEvent.Type_String

Type_String

Type of notification event Raw string enum value.

Property Value

string

See Also

NotificationEvent.Type

See Also

PocketAgent