View Source
Class DeletedNotification<T>
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class DeletedNotification<T> : EnumerableObjectNotification<T>, IStatefulNotification, INotification
Type Parameters
Constructors
View Source
DeletedNotification(T, EventMessages)
Declaration
protected DeletedNotification(T target, EventMessages messages)
Parameters
View Source
DeletedNotification(IEnumerable<T>, EventMessages)
Declaration
protected DeletedNotification(IEnumerable<T> target, EventMessages messages)
Parameters
Type |
Name |
Description |
IEnumerable<T> |
target |
|
EventMessages |
messages |
|
Properties
View Source
DeletedEntities
Declaration
public IEnumerable<T> DeletedEntities { get; }
Property Value
Type |
Description |
IEnumerable<T> |
|