C# Класс SobekCM.Core.Plugins.PluginInstaller

Abstract class that can be used to run custom code during enabling and disabling of the plug-in
Показать файл Открыть проект

Открытые методы

Метод Описание
Disable ( ) : void

Method to be called with the installer is disabled

Enable ( ) : void

Method to be called when the installer is enabled

Описание методов

Disable() публичный абстрактный Метод

Method to be called with the installer is disabled
public abstract Disable ( ) : void
Результат void

Enable() публичный абстрактный Метод

Method to be called when the installer is enabled
public abstract Enable ( ) : void
Результат void