Class MemberTypeSavingNotification
A notification that is used to trigger the IMemberTypeService when the Save method is called in the API.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypeSavingNotification : SavingNotification<IMemberType>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceMemberTypeSavingNotification(IEnumerable<IMemberType>, EventMessages)
Initializes a new instance of the MemberTypeSavingNotification.
Declaration
public MemberTypeSavingNotification(IEnumerable<IMemberType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IMemberType> | target | Gets the collection of IMemberType objects being saved. |
EventMessages | messages | Initializes a new instance of the EventMessages. |
MemberTypeSavingNotification(IMemberType, EventMessages)
Declaration
public MemberTypeSavingNotification(IMemberType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IMemberType | target | |
EventMessages | messages |