Class AuditingInterceptor
Inheritance
AuditingInterceptor
Assembly: Volo.Abp.Auditing.dll
Syntax
public class AuditingInterceptor : AbpInterceptor, IAbpInterceptor, ITransientDependency
Constructors
AuditingInterceptor(IServiceScopeFactory)
Declaration
public AuditingInterceptor(IServiceScopeFactory serviceScopeFactory)
Parameters
Methods
InterceptAsync(IAbpMethodInvocation)
Declaration
public override Task InterceptAsync(IAbpMethodInvocation invocation)
Parameters
Returns
Overrides
ShouldIntercept(IAbpMethodInvocation, AbpAuditingOptions, IAuditingHelper)
Declaration
protected virtual bool ShouldIntercept(IAbpMethodInvocation invocation, AbpAuditingOptions options, IAuditingHelper auditingHelper)
Parameters
Returns
Implements
Extension Methods