C# Class FdoToolbox.AddInManager.InstallableAddIn

显示文件 Open project: jumpinjackie/fdotoolbox

Public Methods

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

Private Methods

Method Description
LoadAddInFromZip ( ZipFile file ) : void

Method Details

CancelUpdate() public static method

public static CancelUpdate ( IList addIns ) : void
addIns IList
return void

Install() public method

public Install ( bool isUpdate ) : void
isUpdate bool
return void

InstallableAddIn() public method

public InstallableAddIn ( string fileName, bool isPackage ) : System
fileName string
isPackage bool
return System

Uninstall() public static method

public static Uninstall ( IList addIns ) : void
addIns IList
return void