Class SortingNotification<T>
Inheritance
System.Object
ObjectNotification<IEnumerable<T>>
CancelableObjectNotification<IEnumerable<T>>
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public abstract class SortingNotification<T> : CancelableEnumerableObjectNotification<T>, IStatefulNotification, ICancelableNotification, INotification
Type Parameters
Name | Description |
---|---|
T |
Constructors
View SourceSortingNotification(IEnumerable<T>, EventMessages)
Declaration
protected SortingNotification(IEnumerable<T> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | target | |
EventMessages | messages |
Properties
View SourceSortedEntities
Declaration
public IEnumerable<T> SortedEntities { get; }
Property Value
Type | Description |
---|---|
IEnumerable<T> |