Click or drag to resize

IUserNotificationRelatedObject Interface

Contract for a user notification target. Represents an object a user notifications is targetting.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public interface IUserNotificationRelatedObject

The IUserNotificationRelatedObject type exposes the following members.

Methods
  NameDescription
Public methodGetGuid
Returns a Global Unique Identifier for the target.
Public methodGetId
Returns an id representing the target.
Public methodOnAfterCreateNotification
Called after a notification is persisted. Implement to raise events on the related object, enabling notification customization.
Public methodOnBeforeCreateNotification
Called before a notification is persisted. Implement to raise events on the related object, enabling notification customization.
Top
See Also