Search Results for

    Show / Hide Table of Contents
    View Source

    Class ObjectNotification<T>

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

    Constructors

    View Source

    ObjectNotification(T, EventMessages)

    Declaration
    protected ObjectNotification(T target, EventMessages messages)
    Parameters
    Type Name Description
    T target
    EventMessages messages

    Properties

    View Source

    Messages

    Declaration
    public EventMessages Messages { get; }
    Property Value
    Type Description
    EventMessages
    View Source

    Target

    Declaration
    protected T Target { get; }
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ObjectNotification(T, EventMessages)
    • Properties
      • Messages
      • Target
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX