C# Class FdoToolbox.AddInManager.ManagerForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
ManagerForm ( ) : System
ShowForm ( ) : void
ShowInstallableAddIns ( IEnumerable fileNames ) : bool
TryRunAction ( AddIn addIn, AddInAction action ) : void
TryUninstall ( AddIn addIn ) : void

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Private Methods

Method Description
AddDependencyRow ( Version>.Dictionary addInDict, AddInReference dep, int rowIndex, string requiredByName ) : bool
AddLabelRow ( int rowIndex, string text ) : void
CloseButtonClick ( object sender, EventArgs e ) : void
CreateAddInList ( ) : void
GetDisplayName ( string identity ) : string
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

InstallButtonClick ( object sender, EventArgs e ) : void
IsErrorAction ( AddInAction action ) : bool
OnControlClick ( object sender, EventArgs e ) : void
OnControlEnter ( object sender, EventArgs e ) : void
OnSplitContainerPanel1Paint ( object sender, PaintEventArgs e ) : void
Panel1DragDrop ( object sender, DragEventArgs e ) : void
Panel1DragEnter ( object sender, DragEventArgs e ) : void
RefreshAddInList ( ) : void
RunActionButtonClick ( object sender, EventArgs e ) : void
RunInstallation ( ) : void
ShowDependencies ( IList addIns, ShowDependencyMode mode ) : bool
ShowInstallableAddIns ( IList addInPackages ) : void
ShowPreinstalledAddInsCheckBoxCheckedChanged ( object sender, EventArgs e ) : void
UninstallButtonClick ( object sender, EventArgs e ) : void
UpdateActionBox ( ) : void

Method Details

ManagerForm() public method

public ManagerForm ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

ShowForm() public static method

public static ShowForm ( ) : void
return void

ShowInstallableAddIns() public method

public ShowInstallableAddIns ( IEnumerable fileNames ) : bool
fileNames IEnumerable
return bool

TryRunAction() public method

public TryRunAction ( AddIn addIn, AddInAction action ) : void
addIn ICSharpCode.Core.AddIn
action AddInAction
return void

TryUninstall() public method

public TryUninstall ( AddIn addIn ) : void
addIn ICSharpCode.Core.AddIn
return void