C# Class Flatwhite.AutofacIntergration.FlatwhiteBuilderInterceptModule

Scan types that were decorated or have members decorated with attributes implemented MethodFilterAttribute or ExceptionFilterAttribute and enable interceptors (MethodInterceptorAdaptor) on them
Inheritance: Autofac.Module
Datei anzeigen Open project: vanthoainguyen/Flatwhite

Protected Methods

Method Description
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

Method Details

Load() protected method

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
return void