C# 클래스 SobekCM.Core.Plugins.PluginInstaller

Abstract class that can be used to run custom code during enabling and disabling of the plug-in
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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