C# Класс Ingres.Install.IngresProviderInstaller

Наследование: System.Configuration.Install.Installer
Показать файл Открыть проект

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

Метод Описание
Commit ( IDictionary savedState ) : void
IngresProviderInstaller ( ) : System
Install ( IDictionary stateSaver ) : void

Perform the Ingres installation.

Rollback ( IDictionary savedState ) : void

Restore the pre-installation state of the machine.

Uninstall ( IDictionary stateSaver ) : void

Remove the Ingres installation from the machine.

Приватные методы

Метод Описание
AddDataTab ( EnvDTE dte ) : EnvDTE.ToolBoxTab
AddItemToTab ( EnvDTE tab, string name, string dllpath ) : void
AddToolBoxItems ( ) : void
ChangeMachineConfig ( string machineConfig ) : void
FindChildElement ( XPathNavigator navigator, IDictionary searchKeys ) : XPathNavigator
FindDataTab ( EnvDTE dte ) : EnvDTE.ToolBoxTab
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadDTE ( ) : EnvDTE.DTE

Load the root object of the Visual Studio automation object model.

RemoveItemFromTab ( EnvDTE tab, string name ) : void
RemoveToolBoxItems ( ) : void

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

Commit() публичный Метод

public Commit ( IDictionary savedState ) : void
savedState IDictionary
Результат void

IngresProviderInstaller() публичный Метод

public IngresProviderInstaller ( ) : System
Результат System

Install() публичный Метод

Perform the Ingres installation.
public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
Результат void

Rollback() публичный Метод

Restore the pre-installation state of the machine.
public Rollback ( IDictionary savedState ) : void
savedState IDictionary /// Contains the pre-installation state of the machine.
Результат void

Uninstall() публичный Метод

Remove the Ingres installation from the machine.
public Uninstall ( IDictionary stateSaver ) : void
stateSaver IDictionary
Результат void