C# Class Centreon_EventLog_2_Syslog.MyProjectInstaller

Inheritance: System.Configuration.Install.Installer
Afficher le fichier Open project: centreon/centreon-E2S

Méthodes publiques

Méthode Description
Commit ( IDictionary savedState ) : void
Install ( IDictionary savedState ) : void
MyProjectInstaller ( ) : System
Rollback ( IDictionary savedState ) : void

Private Methods

Méthode Description
MyProjectInstaller_Committed ( object sender, System.Configuration.Install.InstallEventArgs e ) : void
MyProjectInstaller_Committing ( object sender, System.Configuration.Install.InstallEventArgs e ) : void

Method Details

Commit() public méthode

public Commit ( IDictionary savedState ) : void
savedState IDictionary
Résultat void

Install() public méthode

public Install ( IDictionary savedState ) : void
savedState IDictionary
Résultat void

MyProjectInstaller() public méthode

public MyProjectInstaller ( ) : System
Résultat System

Rollback() public méthode

public Rollback ( IDictionary savedState ) : void
savedState IDictionary
Résultat void