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 MemberTypeSavedNotification.
Declaration
public MemberTypeSavedNotification(IEnumerable<IMemberType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IMemberType> | target | Gets the collection of saved IMemberType objects. |
EventMessages | messages | Initializes a new instance of the EventMessages. |
MemberTypeSavedNotification(IMemberType, EventMessages)
Declaration
public MemberTypeSavedNotification(IMemberType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IMemberType | target | |
EventMessages | messages |