View Source
Class AutoModelsNotificationHandler
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class AutoModelsNotificationHandler : INotificationHandler<UmbracoApplicationStartingNotification>, INotificationHandler<UmbracoRequestEndNotification>, INotificationHandler<ContentTypeCacheRefresherNotification>, INotificationHandler<DataTypeCacheRefresherNotification>, INotificationHandler
Remarks
Constructors
View Source
AutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler>, IOptionsMonitor<ModelsBuilderSettings>, IModelsGenerator, ModelsGenerationError, IMainDom)
Declaration
public AutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler> logger, IOptionsMonitor<ModelsBuilderSettings> config, IModelsGenerator modelGenerator, ModelsGenerationError mbErrors, IMainDom mainDom)
Parameters
View Source
AutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler>, IOptionsMonitor<ModelsBuilderSettings>, ModelsGenerator, IModelsGenerator, ModelsGenerationError, IMainDom)
Declaration
[Browsable(false)]
public AutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler> logger, IOptionsMonitor<ModelsBuilderSettings> config, ModelsGenerator concreteModelGenerator, IModelsGenerator modelGenerator, ModelsGenerationError mbErrors, IMainDom mainDom)
Parameters
View Source
AutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler>, IOptionsMonitor<ModelsBuilderSettings>, ModelsGenerator, ModelsGenerationError, IMainDom)
Declaration
[Browsable(false)]
public AutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler> logger, IOptionsMonitor<ModelsBuilderSettings> config, ModelsGenerator modelGenerator, ModelsGenerationError mbErrors, IMainDom mainDom)
Parameters
Methods
View Source
Handle(ContentTypeCacheRefresherNotification)
Declaration
public void Handle(ContentTypeCacheRefresherNotification notification)
Parameters
View Source
Handle(DataTypeCacheRefresherNotification)
Declaration
public void Handle(DataTypeCacheRefresherNotification notification)
Parameters
View Source
Handle(UmbracoApplicationStartingNotification)
Declaration
public void Handle(UmbracoApplicationStartingNotification notification)
Parameters
View Source
Handle(UmbracoRequestEndNotification)
Declaration
public void Handle(UmbracoRequestEndNotification notification)
Parameters