C# Class BeiDream.Core.Domain.Uow.Interception.UnitOfWorkInterceptor

Inheritance: IInterceptor
显示文件 Open project: BeiMeng/BeiDream

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void
UnitOfWorkInterceptor ( IUnitOfWork unitOfWork ) : System.Collections.Generic

Private Methods

Method Description
GetDisableFiltersAttributeOrNull ( MemberInfo methodInfo ) : DisableFiltersAttribute
GetNoUnitOfWorkAttributeOrNull ( MemberInfo methodInfo ) : NoUnitOfWorkAttribute

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void

UnitOfWorkInterceptor() public method

public UnitOfWorkInterceptor ( IUnitOfWork unitOfWork ) : System.Collections.Generic
unitOfWork IUnitOfWork
return System.Collections.Generic