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

Inheritance: IInterceptor
Afficher le fichier Open project: BeiMeng/BeiDream

Méthodes publiques

Méthode Description
Intercept ( IInvocation invocation ) : void
UnitOfWorkInterceptor ( IUnitOfWork unitOfWork ) : System.Collections.Generic

Private Methods

Méthode Description
GetDisableFiltersAttributeOrNull ( MemberInfo methodInfo ) : DisableFiltersAttribute
GetNoUnitOfWorkAttributeOrNull ( MemberInfo methodInfo ) : NoUnitOfWorkAttribute

Method Details

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

UnitOfWorkInterceptor() public méthode

public UnitOfWorkInterceptor ( IUnitOfWork unitOfWork ) : System.Collections.Generic
unitOfWork IUnitOfWork
Résultat System.Collections.Generic