C# 클래스 BeiDream.Core.Domain.Uow.Interception.UnitOfWorkInterceptor

상속: IInterceptor
파일 보기 프로젝트 열기: BeiMeng/BeiDream

공개 메소드들

메소드 설명
Intercept ( IInvocation invocation ) : void
UnitOfWorkInterceptor ( IUnitOfWork unitOfWork ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetDisableFiltersAttributeOrNull ( MemberInfo methodInfo ) : DisableFiltersAttribute
GetNoUnitOfWorkAttributeOrNull ( MemberInfo methodInfo ) : NoUnitOfWorkAttribute

메소드 상세

Intercept() 공개 메소드

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
리턴 void

UnitOfWorkInterceptor() 공개 메소드

public UnitOfWorkInterceptor ( IUnitOfWork unitOfWork ) : System.Collections.Generic
unitOfWork IUnitOfWork
리턴 System.Collections.Generic