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
Afficher le fichier Open project: vanthoainguyen/Flatwhite

Méthodes protégées

Méthode 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 méthode

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
Résultat void