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