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