Class AutoModelsNotificationHandler
Notification handlers used by
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
Assembly: cs.temp.dll.dll
Syntax
public sealed class AutoModelsNotificationHandler : INotificationHandler<UmbracoApplicationStartingNotification>
Remarks
supports
Constructors
AutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler>, IOptions<ModelsBuilderSettings>, ModelsGenerator, ModelsGenerationError, IMainDom)
Initializes a new instance of the Auto
Declaration
public AutoModelsNotificationHandler(ILogger<AutoModelsNotificationHandler> logger, IOptions<ModelsBuilderSettings> config, ModelsGenerator modelGenerator, ModelsGenerationError mbErrors, IMainDom mainDom)
Parameters
Type | Name | Description |
---|---|---|
ILogger<Auto |
logger | |
IOptions<Models |
config | |
Models |
modelGenerator | |
Models |
mbErrors | |
IMain |
mainDom |
Methods
Handle(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
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 |