C# Class Umbraco.Extensions.Events.UmbracoEvents

Inheritance: IApplicationEventHandler
Afficher le fichier Open project: jbreuer/Hybrid-Framework-Best-Practices

Private Properties

Свойство Type Description
ClearCache void

Méthodes publiques

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

Méthodes protégées

Méthode Description
Document_AfterDelete ( umbraco.cms.businesslogic.web.Document sender, DeleteEventArgs e ) : void
Document_AfterMove ( object sender, MoveEventArgs e ) : void
Document_AfterMoveToTrash ( umbraco.cms.businesslogic.web.Document sender, MoveToTrashEventArgs e ) : void
Document_AfterPublish ( umbraco.cms.businesslogic.web.Document sender, PublishEventArgs e ) : void
Document_AfterUnPublish ( umbraco.cms.businesslogic.web.Document sender, UnPublishEventArgs e ) : void
Document_New ( umbraco.cms.businesslogic.web.Document sender, NewEventArgs e ) : void
Media_AfterSave ( umbraco.cms.businesslogic.media.Media sender, SaveEventArgs e ) : void
OnGatheringNodeData ( object sender, Examine.IndexingNodeDataEventArgs e ) : void

Private Methods

Méthode Description
ClearCache ( ) : void

Method Details

Document_AfterDelete() protected méthode

protected Document_AfterDelete ( umbraco.cms.businesslogic.web.Document sender, DeleteEventArgs e ) : void
sender umbraco.cms.businesslogic.web.Document
e DeleteEventArgs
Résultat void

Document_AfterMove() protected méthode

protected Document_AfterMove ( object sender, MoveEventArgs e ) : void
sender object
e MoveEventArgs
Résultat void

Document_AfterMoveToTrash() protected méthode

protected Document_AfterMoveToTrash ( umbraco.cms.businesslogic.web.Document sender, MoveToTrashEventArgs e ) : void
sender umbraco.cms.businesslogic.web.Document
e MoveToTrashEventArgs
Résultat void

Document_AfterPublish() protected méthode

protected Document_AfterPublish ( umbraco.cms.businesslogic.web.Document sender, PublishEventArgs e ) : void
sender umbraco.cms.businesslogic.web.Document
e PublishEventArgs
Résultat void

Document_AfterUnPublish() protected méthode

protected Document_AfterUnPublish ( umbraco.cms.businesslogic.web.Document sender, UnPublishEventArgs e ) : void
sender umbraco.cms.businesslogic.web.Document
e UnPublishEventArgs
Résultat void

Document_New() protected méthode

protected Document_New ( umbraco.cms.businesslogic.web.Document sender, NewEventArgs e ) : void
sender umbraco.cms.businesslogic.web.Document
e NewEventArgs
Résultat void

Media_AfterSave() protected méthode

protected Media_AfterSave ( umbraco.cms.businesslogic.media.Media sender, SaveEventArgs e ) : void
sender umbraco.cms.businesslogic.media.Media
e SaveEventArgs
Résultat void

OnApplicationInitialized() public méthode

public OnApplicationInitialized ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
Résultat void

OnApplicationStarted() public méthode

public OnApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
Résultat void

OnApplicationStarting() public méthode

public OnApplicationStarting ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
Résultat void

OnGatheringNodeData() protected méthode

protected OnGatheringNodeData ( object sender, Examine.IndexingNodeDataEventArgs e ) : void
sender object
e Examine.IndexingNodeDataEventArgs
Résultat void