Search Results for

    Show / Hide Table of Contents
    View Source

    Class AuditNotificationsHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Handlers
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class AuditNotificationsHandler : INotificationHandler<MemberSavedNotification>, INotificationHandler<MemberDeletedNotification>, INotificationHandler<AssignedMemberRolesNotification>, INotificationHandler<RemovedMemberRolesNotification>, INotificationHandler<ExportedMemberNotification>, INotificationHandler<UserSavedNotification>, INotificationHandler<UserDeletedNotification>, INotificationHandler<UserGroupWithUsersSavedNotification>, INotificationHandler<AssignedUserGroupPermissionsNotification>

    Constructors

    View Source

    AuditNotificationsHandler(IAuditService, IUserService, IEntityService, IIpResolver, IOptionsMonitor<GlobalSettings>, IBackOfficeSecurityAccessor, IMemberService)

    Declaration
    public AuditNotificationsHandler(IAuditService auditService, IUserService userService, IEntityService entityService, IIpResolver ipResolver, IOptionsMonitor<GlobalSettings> globalSettings, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IMemberService memberService)
    Parameters
    Type Name Description
    IAuditService auditService
    IUserService userService
    IEntityService entityService
    IIpResolver ipResolver
    IOptionsMonitor<GlobalSettings> globalSettings
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IMemberService memberService

    Methods

    View Source

    Handle(AssignedMemberRolesNotification)

    Declaration
    public void Handle(AssignedMemberRolesNotification notification)
    Parameters
    Type Name Description
    AssignedMemberRolesNotification notification
    View Source

    Handle(AssignedUserGroupPermissionsNotification)

    Declaration
    public void Handle(AssignedUserGroupPermissionsNotification notification)
    Parameters
    Type Name Description
    AssignedUserGroupPermissionsNotification notification
    View Source

    Handle(ExportedMemberNotification)

    Declaration
    public void Handle(ExportedMemberNotification notification)
    Parameters
    Type Name Description
    ExportedMemberNotification notification
    View Source

    Handle(MemberDeletedNotification)

    Declaration
    public void Handle(MemberDeletedNotification notification)
    Parameters
    Type Name Description
    MemberDeletedNotification notification
    View Source

    Handle(MemberSavedNotification)

    Declaration
    public void Handle(MemberSavedNotification notification)
    Parameters
    Type Name Description
    MemberSavedNotification notification
    View Source

    Handle(RemovedMemberRolesNotification)

    Declaration
    public void Handle(RemovedMemberRolesNotification notification)
    Parameters
    Type Name Description
    RemovedMemberRolesNotification notification
    View Source

    Handle(UserDeletedNotification)

    Declaration
    public void Handle(UserDeletedNotification notification)
    Parameters
    Type Name Description
    UserDeletedNotification notification
    View Source

    Handle(UserGroupWithUsersSavedNotification)

    Declaration
    public void Handle(UserGroupWithUsersSavedNotification notification)
    Parameters
    Type Name Description
    UserGroupWithUsersSavedNotification notification
    View Source

    Handle(UserSavedNotification)

    Declaration
    public void Handle(UserSavedNotification notification)
    Parameters
    Type Name Description
    UserSavedNotification notification
    View Source

    UnknownUser(GlobalSettings)

    Declaration
    public static IUser UnknownUser(GlobalSettings globalSettings)
    Parameters
    Type Name Description
    GlobalSettings globalSettings
    Returns
    Type Description
    IUser
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AuditNotificationsHandler(IAuditService, IUserService, IEntityService, IIpResolver, IOptionsMonitor<GlobalSettings>, IBackOfficeSecurityAccessor, IMemberService)
    • Methods
      • Handle(AssignedMemberRolesNotification)
      • Handle(AssignedUserGroupPermissionsNotification)
      • Handle(ExportedMemberNotification)
      • Handle(MemberDeletedNotification)
      • Handle(MemberSavedNotification)
      • Handle(RemovedMemberRolesNotification)
      • Handle(UserDeletedNotification)
      • Handle(UserGroupWithUsersSavedNotification)
      • Handle(UserSavedNotification)
      • UnknownUser(GlobalSettings)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX