• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypeSavedNotification

    A notification that is used to trigger the IMemberTypeService when the Save method is called in the API, after the entities have been saved.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IMemberType>>
    EnumerableObjectNotification<IMemberType>
    SavedNotification<IMemberType>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberTypeSavedNotification : SavedNotification<IMemberType>, IStatefulNotification, INotification

    Constructors

    View Source

    MemberTypeSavedNotification(IEnumerable<IMemberType>, EventMessages)

    Initializes a new instance of the MemberTypeSavedNotification.

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

    Gets the collection of saved IMemberType objects.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    MemberTypeSavedNotification(IMemberType, EventMessages)

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