C# 클래스 Centreon_EventLog_2_Syslog.MyProjectInstaller

상속: System.Configuration.Install.Installer
파일 보기 프로젝트 열기: centreon/centreon-E2S

공개 메소드들

메소드 설명
Commit ( IDictionary savedState ) : void
Install ( IDictionary savedState ) : void
MyProjectInstaller ( ) : System
Rollback ( IDictionary savedState ) : void

비공개 메소드들

메소드 설명
MyProjectInstaller_Committed ( object sender, System.Configuration.Install.InstallEventArgs e ) : void
MyProjectInstaller_Committing ( object sender, System.Configuration.Install.InstallEventArgs e ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( IDictionary savedState ) : void
savedState IDictionary
리턴 void

Install() 공개 메소드

public Install ( IDictionary savedState ) : void
savedState IDictionary
리턴 void

MyProjectInstaller() 공개 메소드

public MyProjectInstaller ( ) : System
리턴 System

Rollback() 공개 메소드

public Rollback ( IDictionary savedState ) : void
savedState IDictionary
리턴 void