Class MemberTypeDeletedNotification
A notification that is used to trigger the IMemberTypeService when the Delete method is called in the API, after the entities have been deleted.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypeDeletedNotification : DeletedNotification<IMemberType>, IStatefulNotification, INotification
Constructors
View SourceMemberTypeDeletedNotification(IEnumerable<IMemberType>, EventMessages)
Initializes a new instance of the Member
Declaration
public MemberTypeDeletedNotification(IEnumerable<IMemberType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IMember |
target | Gets the collection of deleted IMember |
Event |
messages | Initializes a new instance of the Event |
MemberTypeDeletedNotification(IMemberType, EventMessages)
Declaration
public MemberTypeDeletedNotification(IMemberType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IMember |
target | |
Event |
messages |