View Source
Class AuditNotificationsHandler
Inheritance
System.Object
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>, INotificationHandler
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
Methods
View Source
Handle(AssignedMemberRolesNotification)
Declaration
public void Handle(AssignedMemberRolesNotification notification)
Parameters
View Source
Handle(AssignedUserGroupPermissionsNotification)
Declaration
public void Handle(AssignedUserGroupPermissionsNotification notification)
Parameters
View Source
Handle(ExportedMemberNotification)
Declaration
public void Handle(ExportedMemberNotification notification)
Parameters
View Source
Handle(MemberDeletedNotification)
Declaration
public void Handle(MemberDeletedNotification notification)
Parameters
View Source
Handle(MemberSavedNotification)
Declaration
public void Handle(MemberSavedNotification notification)
Parameters
View Source
Handle(RemovedMemberRolesNotification)
Declaration
public void Handle(RemovedMemberRolesNotification notification)
Parameters
View Source
Handle(UserDeletedNotification)
Declaration
public void Handle(UserDeletedNotification notification)
Parameters
View Source
Handle(UserGroupWithUsersSavedNotification)
Declaration
public void Handle(UserGroupWithUsersSavedNotification notification)
Parameters
View Source
Handle(UserSavedNotification)
Declaration
public void Handle(UserSavedNotification notification)
Parameters
View Source
UnknownUser(GlobalSettings)
Declaration
public static IUser UnknownUser(GlobalSettings globalSettings)
Parameters
Returns