C# Class SobekCM.Core.Plugins.PluginInstaller

Abstract class that can be used to run custom code during enabling and disabling of the plug-in
Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Disable ( ) : void

Method to be called with the installer is disabled

Enable ( ) : void

Method to be called when the installer is enabled

Method Details

Disable() public abstract method

Method to be called with the installer is disabled
public abstract Disable ( ) : void
return void

Enable() public abstract method

Method to be called when the installer is enabled
public abstract Enable ( ) : void
return void