IUserNotificationRelatedObject Interface |
Namespace: Packflow.Core
public interface IUserNotificationRelatedObject
The IUserNotificationRelatedObject type exposes the following members.
Name | Description | |
---|---|---|
GetGuid |
Returns a Global Unique Identifier for the target.
| |
GetId |
Returns an id representing the target.
| |
OnAfterCreateNotification |
Called after a notification is persisted.
Implement to raise events on the related object, enabling notification customization.
| |
OnBeforeCreateNotification |
Called before a notification is persisted.
Implement to raise events on the related object, enabling notification customization.
|