Class AutoModelsNotificationHandler
Notification handlers used by Source
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class AutoModelsNotificationHandler : INotificationHandler<UmbracoApplicationStartingNotification>, INotificationHandler<UmbracoRequestEndNotification>, INotificationHandler<ContentTypeCacheRefresherNotification>, INotificationHandler<DataTypeCacheRefresherNotification>, INotificationHandler
Remarks
supports Source
Constructors
View SourceAutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler>, IOptionsMonitor<ModelsBuilderSettings>, IModelsGenerator, ModelsGenerationError, IMainDom)
Initializes a new instance of the Auto
Declaration
public AutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler> logger, IOptionsMonitor<ModelsBuilderSettings> config, IModelsGenerator modelGenerator, ModelsGenerationError mbErrors, IMainDom mainDom)
Parameters
Type | Name | Description |
---|---|---|
ILogger<Auto |
logger | |
IOptions |
config | |
IModels |
modelGenerator | |
Models |
mbErrors | |
IMain |
mainDom |
Methods
View SourceHandle(ContentTypeCacheRefresherNotification)
Declaration
public void Handle(ContentTypeCacheRefresherNotification notification)
Parameters
Type | Name | Description |
---|---|---|
Content |
notification |
Handle(DataTypeCacheRefresherNotification)
Declaration
public void Handle(DataTypeCacheRefresherNotification notification)
Parameters
Type | Name | Description |
---|---|---|
Data |
notification |
Handle(UmbracoApplicationStartingNotification)
Handles the Umbraco
Declaration
public void Handle(UmbracoApplicationStartingNotification notification)
Parameters
Type | Name | Description |
---|---|---|
Umbraco |
notification |
Handle(UmbracoRequestEndNotification)
Declaration
public void Handle(UmbracoRequestEndNotification notification)
Parameters
Type | Name | Description |
---|---|---|
Umbraco |
notification |