C# Class FdoToolbox.AddInManager.ManagerForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

public ManagerForm ( ) : System
Résultat System

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShowForm() public static méthode

public static ShowForm ( ) : void
Résultat void

ShowInstallableAddIns() public méthode

public ShowInstallableAddIns ( IEnumerable fileNames ) : bool
fileNames IEnumerable
Résultat bool

TryRunAction() public méthode

public TryRunAction ( AddIn addIn, AddInAction action ) : void
addIn ICSharpCode.Core.AddIn
action AddInAction
Résultat void

TryUninstall() public méthode

public TryUninstall ( AddIn addIn ) : void
addIn ICSharpCode.Core.AddIn
Résultat void