C# Class Umbraco.Extensions.Events.UmbracoEvents

Inheritance: IApplicationEventHandler
ファイルを表示 Open project: jbreuer/Hybrid-Framework-Best-Practices

Private Properties

Property Type Description
ClearCache void

Public Methods

Method 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

Protected Methods

Method 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

Method Description
ClearCache ( ) : void

Method Details

Document_AfterDelete() protected method

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

Document_AfterMove() protected method

protected Document_AfterMove ( object sender, MoveEventArgs e ) : void
sender object
e MoveEventArgs
return void

Document_AfterMoveToTrash() protected method

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

Document_AfterPublish() protected method

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

Document_AfterUnPublish() protected method

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

Document_New() protected method

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

Media_AfterSave() protected method

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

OnApplicationInitialized() public method

public OnApplicationInitialized ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
return void

OnApplicationStarted() public method

public OnApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
return void

OnApplicationStarting() public method

public OnApplicationStarting ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : void
umbracoApplication Umbraco.Core.UmbracoApplicationBase
applicationContext Umbraco.Core.ApplicationContext
return void

OnGatheringNodeData() protected method

protected OnGatheringNodeData ( object sender, Examine.IndexingNodeDataEventArgs e ) : void
sender object
e Examine.IndexingNodeDataEventArgs
return void