Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeSavingNotification

    A notification that is used to trigger the DataTypeService when the Save method is called in the API.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IDataType>>
    CancelableObjectNotification<IEnumerable<IDataType>>
    CancelableEnumerableObjectNotification<IDataType>
    SavingNotification<IDataType>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class DataTypeSavingNotification : SavingNotification<IDataType>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    DataTypeSavingNotification(IEnumerable<IDataType>, EventMessages)

    Declaration
    public DataTypeSavingNotification(IEnumerable<IDataType> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IDataType> target
    EventMessages messages
    View Source

    DataTypeSavingNotification(IDataType, EventMessages)

    Declaration
    public DataTypeSavingNotification(IDataType target, EventMessages messages)
    Parameters
    Type Name Description
    IDataType target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DataTypeSavingNotification(IEnumerable<IDataType>, EventMessages)
      • DataTypeSavingNotification(IDataType, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX