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