Search Results for

    Show / Hide Table of Contents
    View Source

    Class MovingNotification<T>

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<T>>>
    CancelableObjectNotification<IEnumerable<MoveEventInfo<T>>>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class MovingNotification<T> : CancelableObjectNotification<IEnumerable<MoveEventInfo<T>>>, IStatefulNotification, ICancelableNotification, INotification
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    MovingNotification(IEnumerable<MoveEventInfo<T>>, EventMessages)

    Declaration
    protected MovingNotification(IEnumerable<MoveEventInfo<T>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<MoveEventInfo<T>> target
    EventMessages messages
    View Source

    MovingNotification(MoveEventInfo<T>, EventMessages)

    Declaration
    protected MovingNotification(MoveEventInfo<T> target, EventMessages messages)
    Parameters
    Type Name Description
    MoveEventInfo<T> target
    EventMessages messages

    Properties

    View Source

    MoveInfoCollection

    Gets a enumeration of MoveEventInfo<TEntity> with the moving entities.

    Declaration
    public IEnumerable<MoveEventInfo<T>> MoveInfoCollection { get; }
    Property Value
    Type Description
    IEnumerable<MoveEventInfo<T>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MovingNotification(IEnumerable<MoveEventInfo<T>>, EventMessages)
      • MovingNotification(MoveEventInfo<T>, EventMessages)
    • Properties
      • MoveInfoCollection
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX