RegistrationExtensions Methods |
The RegistrationExtensions type exposes the following members.
Name | Description | |
---|---|---|
EnableClassInterceptorsTLimit, TRegistrationStyle(IRegistrationBuilderTLimit, ScanningActivatorData, TRegistrationStyle) |
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
| |
EnableClassInterceptorsTLimit, TRegistrationStyle(IRegistrationBuilderTLimit, ScanningActivatorData, TRegistrationStyle, ProxyGenerationOptions, Type) |
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
| |
EnableClassInterceptorsTLimit, TConcreteReflectionActivatorData, TRegistrationStyle(IRegistrationBuilderTLimit, TConcreteReflectionActivatorData, TRegistrationStyle) |
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
| |
EnableClassInterceptorsTLimit, TConcreteReflectionActivatorData, TRegistrationStyle(IRegistrationBuilderTLimit, TConcreteReflectionActivatorData, TRegistrationStyle, ProxyGenerationOptions, Type) |
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
| |
EnableInterfaceInterceptorsTLimit, TActivatorData, TSingleRegistrationStyle |
Enable interface interception on the target type. Interceptors will be determined
via Intercept attributes on the class or interface, or added with InterceptedBy() calls.
| |
InterceptedByTLimit, TActivatorData, TStyle(IRegistrationBuilderTLimit, TActivatorData, TStyle, Service) |
Allows a list of interceptor services to be assigned to the registration.
| |
InterceptedByTLimit, TActivatorData, TStyle(IRegistrationBuilderTLimit, TActivatorData, TStyle, String) |
Allows a list of interceptor services to be assigned to the registration.
| |
InterceptedByTLimit, TActivatorData, TStyle(IRegistrationBuilderTLimit, TActivatorData, TStyle, Type) |
Allows a list of interceptor services to be assigned to the registration.
|