C# Class UIOMatic.Installer

Inheritance: Umbraco.Core.ApplicationEventHandler
ファイルを表示 Open project: TimGeyssens/UIOMatic

Public Methods

Method Description
InstallLanguageFiles ( ) : void
NeedsInstall ( ) : bool
SetInstallMarker ( ) : void
SetUserAccess ( ) : void

Protected Methods

Method Description
ApplicationStarted ( Umbraco.Core.UmbracoApplicationBase umbracoApplication, Umbraco.Core.ApplicationContext applicationContext ) : 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

InstallLanguageFiles() public method

public InstallLanguageFiles ( ) : void
return void

NeedsInstall() public method

public NeedsInstall ( ) : bool
return bool

SetInstallMarker() public method

public SetInstallMarker ( ) : void
return void

SetUserAccess() public method

public SetUserAccess ( ) : void
return void