Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreatingNotification<T>

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

    Constructors

    View Source

    CreatingNotification(T, EventMessages)

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

    Properties

    View Source

    CreatedEntity

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