Search Results for

    Show / Hide Table of Contents
    View Source

    Class ScaffoldedNotification<T>

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

    Constructors

    View Source

    ScaffoldedNotification(T, T, Int32, EventMessages)

    Declaration
    protected ScaffoldedNotification(T original, T scaffold, int parentId, EventMessages messages)
    Parameters
    Type Name Description
    T original
    T scaffold
    System.Int32 parentId
    EventMessages messages

    Properties

    View Source

    Original

    Declaration
    public T Original { get; }
    Property Value
    Type Description
    T
    View Source

    ParentId

    Declaration
    public int ParentId { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Scaffold

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