Class SharedBlockInterceptor
Interceptor used for shared blocks.
Inheritance
System.Object
SharedBlockInterceptor
Implements
Castle.DynamicProxy.IInterceptor
Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class SharedBlockInterceptor : Object, IInterceptor
Constructors
SharedBlockInterceptor()
Declaration
public SharedBlockInterceptor()
Properties
InterceptedMethods
Gets the name of the methods that the inteceptor handles.
Declaration
public static IEnumerable<string> InterceptedMethods { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> | The intercepted methods. |
Methods
Intercept(IInvocation)
Intercepts the specified invocation.
Declaration
public void Intercept(IInvocation invocation)
Parameters
Type | Name | Description |
---|---|---|
Castle.DynamicProxy.IInvocation | invocation | The invocation. |
Implements
Castle.DynamicProxy.IInterceptor