Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypeSavingNotification

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

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

    Constructors

    View Source

    MemberTypeSavingNotification(IEnumerable<IMemberType>, EventMessages)

    Initializes a new instance of the MemberTypeSavingNotification.

    Declaration
    public MemberTypeSavingNotification(IEnumerable<IMemberType> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IMemberType> target

    Gets the collection of IMemberType objects being saved.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    MemberTypeSavingNotification(IMemberType, EventMessages)

    Declaration
    public MemberTypeSavingNotification(IMemberType target, EventMessages messages)
    Parameters
    Type Name Description
    IMemberType target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX
    OSZAR »