C# Класс Flatwhite.AutofacIntergration.FlatwhiteBuilderInterceptModule

Scan types that were decorated or have members decorated with attributes implemented MethodFilterAttribute or ExceptionFilterAttribute and enable interceptors (MethodInterceptorAdaptor) on them
Наследование: Autofac.Module
Показать файл Открыть проект

Защищенные методы

Метод Описание
Load ( ContainerBuilder builder ) : void

Check all IComponentRegistration and enable Interface or Class interceptor on the component if the register services have OutputCacheAttribute decorated on the type or methods

Описание методов

Load() защищенный Метод

Check all IComponentRegistration and enable Interface or Class interceptor on the component if the register services have OutputCacheAttribute decorated on the type or methods
protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Результат void