C# Class SobekCM.Core.Plugins.PluginInstaller

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

Méthodes publiques

Méthode 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 méthode

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

Enable() public abstract méthode

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