C# Class _3PA.MainFeatures.Appli.Pages.Actions.DoDeployPage

This page is built programatically
Inheritance: YamuiFramework.Controls.YamuiPage
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
DoDeployPage ( ) : System
OnShow ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BlinkTextBox ( YamuiTextBox textBox, Color blinkColor ) : void

Makes the given textbox blink

BtBrowseOnButtonPressed ( object sender, EventArgs eventArgs ) : void
BtCancelOnButtonPressed ( object sender, EventArgs eventArgs ) : void

Cancel the current compilation

BtHistoricOnButtonPressed ( object sender, EventArgs eventArgs ) : void

The historic button shows a menu that allows the user to select a previously selected folders

BtOpenOnButtonPressed ( object sender, EventArgs eventArgs ) : void
BtReportOnButtonPressed ( object sender, EventArgs eventArgs ) : void
BtStartOnButtonPressed ( object sender, EventArgs eventArgs ) : void

Start the deployment!

BtUndoOnButtonPressed ( object sender, EventArgs eventArgs ) : void
BuildReport ( ) : void
CbNameOnSelectedIndexChanged ( object sender, EventArgs eventArgs ) : void
ChooseName ( ) : bool
ExecuteDeploymentHook ( ) : void
InitializeComponent ( ) : void

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

OnCompilationEnd ( ) : void
ResetFields ( ) : void
ResetScreen ( ) : void
SaveHistoric ( ) : void
SaveProfilesList ( ) : void
SetDataFromFields ( ) : void
SetFieldsFromData ( ) : void
UpdateCombo ( ) : void
UpdateProgressBar ( ) : void
UpdateReport ( string htmlContent ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DoDeployPage() public méthode

public DoDeployPage ( ) : System
Résultat System

OnShow() public méthode

public OnShow ( ) : void
Résultat void