Class RolledBackNotification<T>
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public abstract class RolledBackNotification<T> : ObjectNotification<T>, IStatefulNotification, INotification where T : classType Parameters
| Name | Description | 
|---|---|
| T | 
Constructors
View SourceRolledBackNotification(T, EventMessages)
Declaration
protected RolledBackNotification(T target, EventMessages messages)Parameters
| Type | Name | Description | 
|---|---|---|
| T | target | |
| EventMessages | messages | 
Properties
View SourceEntity
Declaration
public T Entity { get; }Property Value
| Type | Description | 
|---|---|
| T |