Try our conversational search powered by Generative AI!

Class PropertyInterceptorRegistry

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
PropertyInterceptorRegistry
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
[ServiceConfiguration(Lifecycle = ServiceInstanceScope.Singleton)]
public class PropertyInterceptorRegistry

Constructors

PropertyInterceptorRegistry()

Declaration
public PropertyInterceptorRegistry()

Methods

Get(Type)

Declaration
public virtual IPropertyDataInterceptor Get(Type propertyType)
Parameters
Type Name Description
System.Type propertyType
Returns
Type Description
IPropertyDataInterceptor

Register(Type, IPropertyDataInterceptor)

Declaration
public virtual void Register(Type propertyType, IPropertyDataInterceptor propertyInterceptor)
Parameters
Type Name Description
System.Type propertyType
IPropertyDataInterceptor propertyInterceptor

Extension Methods