C# Class OurUmbraco.Our.CustomHandlers.ProjectVoteHandler

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
Action_AfterPerform ( object sender, ActionEventArgs e ) : void
ProjectVote ( object sender, ActionEventArgs 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