View Source
Class MemberTypeSavedNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypeSavedNotification : SavedNotification<IMemberType>, IStatefulNotification, INotification
Constructors
View Source
MemberTypeSavedNotification(IEnumerable<IMemberType>, EventMessages)
Declaration
public MemberTypeSavedNotification(IEnumerable<IMemberType> target, EventMessages messages)
Parameters
View Source
MemberTypeSavedNotification(IMemberType, EventMessages)
Declaration
public MemberTypeSavedNotification(IMemberType target, EventMessages messages)
Parameters