C# Class FdoToolbox.AddInManager.InstallableAddIn

Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
CancelUpdate ( IList addIns ) : void
Install ( bool isUpdate ) : void
InstallableAddIn ( string fileName, bool isPackage ) : System
Uninstall ( IList addIns ) : void

Private Methods

Méthode Description
LoadAddInFromZip ( ZipFile file ) : void

Method Details

CancelUpdate() public static méthode

public static CancelUpdate ( IList addIns ) : void
addIns IList
Résultat void

Install() public méthode

public Install ( bool isUpdate ) : void
isUpdate bool
Résultat void

InstallableAddIn() public méthode

public InstallableAddIn ( string fileName, bool isPackage ) : System
fileName string
isPackage bool
Résultat System

Uninstall() public static méthode

public static Uninstall ( IList addIns ) : void
addIns IList
Résultat void