C# Class OurUmbraco.Our.CustomHandlers.ProjectIndexer

Inheritance: Umbraco.Core.ApplicationEventHandler
Exibir arquivo Open project: umbraco/OurUmbraco

Protected Methods

Method Description
ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void

Private Methods

Method 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 method

protected ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
return void