C# Class OurUmbraco.Our.CustomHandlers.ProjectIndexer

Inheritance: Umbraco.Core.ApplicationEventHandler
Afficher le fichier Open project: umbraco/OurUmbraco

Méthodes protégées

Méthode Description
ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void

Private Methods

Méthode Description
ContentService_Deleted ( IContentService sender, Umbraco e ) : void
ContentService_Published ( Umbraco sender, Umbraco e ) : void
UpdateProjectExamineIndex ( IEntity item ) : void
UpdateProjectExamineIndex ( IPublishedContent content, int downloads ) : void
WikiFile_AfterDownloadUpdate ( object sender, FileDownloadUpdateEventArgs e ) : void

Method Details

ApplicationStarted() protected méthode

protected ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
Résultat void