• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class SavedNotification<T>

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

    Constructors

    View Source

    SavedNotification(T, EventMessages)

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

    SavedNotification(IEnumerable<T>, EventMessages)

    Declaration
    protected SavedNotification(IEnumerable<T> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<T> target
    EventMessages messages

    Properties

    View Source

    SavedEntities

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