Class PropertyInterceptorRegistry
Inheritance
System.Object
PropertyInterceptorRegistry
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class PropertyInterceptorRegistry : Object
Constructors
PropertyInterceptorRegistry()
Declaration
public PropertyInterceptorRegistry()
Methods
Get(Type)
Declaration
public virtual IPropertyDataInterceptor Get(Type propertyType)
Parameters
Type |
Name |
Description |
System.Type |
propertyType |
|
Returns
Register(Type, IPropertyDataInterceptor)
Declaration
public virtual void Register(Type propertyType, IPropertyDataInterceptor propertyInterceptor)
Parameters
Extension Methods