Show / Hide Table of Contents

Class AuditingInterceptorRegistrar

Inheritance
System.Object
AuditingInterceptorRegistrar
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public static class AuditingInterceptorRegistrar : object

Methods

RegisterIfNeeded(IOnServiceRegistredContext)

Declaration
public static void RegisterIfNeeded(IOnServiceRegistredContext context)
Parameters
Type Name Description
IOnServiceRegistredContext context

ShouldAuditTypeByDefaultOrNull(Type)

Declaration
public static bool? ShouldAuditTypeByDefaultOrNull(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
System.Nullable<System.Boolean>
Back to top Powered by Volosoft