Search Results for

    Show / Hide Table of Contents
    View Source

    Class EnumerableObjectNotification<T>

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

    Constructors

    View Source

    EnumerableObjectNotification(T, EventMessages)

    Declaration
    protected EnumerableObjectNotification(T target, EventMessages messages)
    Parameters
    Type Name Description
    T target
    EventMessages messages
    View Source

    EnumerableObjectNotification(IEnumerable<T>, EventMessages)

    Declaration
    protected EnumerableObjectNotification(IEnumerable<T> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<T> target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EnumerableObjectNotification(T, EventMessages)
      • EnumerableObjectNotification(IEnumerable<T>, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX