Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeChangeNotification<T>

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

    Constructors

    View Source

    ContentTypeChangeNotification(IEnumerable<ContentTypeChange<T>>, EventMessages)

    Declaration
    protected ContentTypeChangeNotification(IEnumerable<ContentTypeChange<T>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<ContentTypeChange<T>> target
    EventMessages messages
    View Source

    ContentTypeChangeNotification(ContentTypeChange<T>, EventMessages)

    Declaration
    protected ContentTypeChangeNotification(ContentTypeChange<T> target, EventMessages messages)
    Parameters
    Type Name Description
    ContentTypeChange<T> target
    EventMessages messages

    Properties

    View Source

    Changes

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