Class SharedBlockInterceptor

Interceptor used for shared blocks.

Inheritance
System.Object
SharedBlockInterceptor
Implements
Castle.DynamicProxy.IInterceptor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 9.12.2
Syntax
public class SharedBlockInterceptor : 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

Extension Methods