Try our conversational search powered by Generative AI!

Class SharedBlockInterceptor

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class SharedBlockInterceptor : IInterceptor

Constructors

SharedBlockInterceptor()

Declaration
public SharedBlockInterceptor()

Properties

InterceptedMethods

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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