public EPiPropertiesContentDataInterceptorHook(IEPiPropertiesRegistry epiPropertiesRegistry) { EpiPropertiesRegistry = epiPropertiesRegistry; var episerverInternalHookType = typeof(ContentDataInterceptor).Assembly.GetType("EPiServer.DataAbstraction.RuntimeModel.ContentDataInterceptorHook"); _episerverInternalHook = (IProxyGenerationHook)Activator.CreateInstance(episerverInternalHookType); }
public EPiPropertiesCustomContentScannerExtension(IEPiPropertiesRegistry epiPropertiesRegistry) { EpiPropertiesRegistry = epiPropertiesRegistry; }
public EPiPropertiesInterceptorSelector(IEPiPropertiesRegistry epiPropertiesRegistry) { EpiPropertiesRegistry = epiPropertiesRegistry; }
public EPiPropertiesInterceptor(IEPiPropertiesRegistry registry, PropertyInterceptionFilter filter) { _registry = registry; _filter = filter; }
public EPiPropertiesContentDataInterceptorHook(IEPiPropertiesRegistry epiPropertiesRegistry) { EpiPropertiesRegistry = epiPropertiesRegistry; var episerverInternalHookType = typeof(ContentDataInterceptor).Assembly.GetType("EPiServer.DataAbstraction.RuntimeModel.ContentDataInterceptorHook"); _episerverInternalHook = (IProxyGenerationHook) Activator.CreateInstance(episerverInternalHookType); }