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