NotificationProfileLinkTriggerService Class
Namespace: PTS.Modules.Notifications.Common
Assembly: PTS.Modules.Notifications.dll
Syntax
public class NotificationProfileLinkTriggerService : TriggerHandler<NotificationProfileLink>, ITriggerHandler<NotificationProfileLink>, ITriggerHandler
Inheritance
System.Object
NotificationProfileLinkTriggerService
Methods
OnAdded(NotificationProfileLink, TriggerEvent)
Declaration
public override void OnAdded(NotificationProfileLink entity, TriggerEvent args)
Parameters
Type | Name | Description |
---|---|---|
NotificationProfileLink | entity | |
TriggerEvent | args |
Overrides
PTS.DomainFramework.Common.TriggerHandler<PTS.Modules.Notifications.Domain.NotificationProfileLink>.OnAdded(PTS.Modules.Notifications.Domain.NotificationProfileLink, PTS.DomainFramework.Domain.TriggerEvent)
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()