ProfilePostClassificationTrigger Class
Namespace: PTS.Modules.ProfilePostClassificationAggregate.Common
Assembly: PTS.Modules.ProfilePostClassificationAggregate.dll
Syntax
public class ProfilePostClassificationTrigger : TriggerHandler<ProfilePostClassification>, ITriggerHandler<ProfilePostClassification>, ITriggerHandler
Inheritance
System.Object
ProfilePostClassificationTrigger
Methods
OnAdded(ProfilePostClassification, TriggerEvent)
Declaration
public override void OnAdded(ProfilePostClassification entity, TriggerEvent args)
Parameters
Type | Name | Description |
---|---|---|
ProfilePostClassification | entity | |
TriggerEvent | args |
Overrides
PTS.DomainFramework.Common.TriggerHandler<PTS.Modules.ProfilePostClassificationAggregate.Domain.ProfilePostClassification>.OnAdded(PTS.Modules.ProfilePostClassificationAggregate.Domain.ProfilePostClassification, 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()