Class EntityRefreshNotification<T>
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class EntityRefreshNotification<T> : ObjectNotification<T>, IStatefulNotification, INotification where T : class, IContentBase
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
View SourceEntityRefreshNotification(T, EventMessages)
Declaration
public EntityRefreshNotification(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 |