C# Class XenAdmin.Wizards.BugToolWizardFiles.BugToolPageDestination

Mostrar archivo Open project: xenserver/xenadmin Class Usage Examples

Public Methods

Method Description
BugToolPageDestination ( ) : System
EnableNext ( ) : bool
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void
SelectDefaultControl ( ) : void

Private Methods

Method Description
BrowseButton_Click ( object sender, EventArgs e ) : void
CheckCaseNumberValid ( string &error ) : bool
CheckCredentialsEntered ( string &error ) : bool
CheckPathValid ( string &error ) : bool
CheckUploadAuthentication ( string &error ) : bool
PerformCheck ( ) : bool
caseNumberLabelTextBox_TextChanged ( object sender, EventArgs e ) : void
credentials_TextChanged ( object sender, EventArgs e ) : void
m_textBoxLocation_TextChanged ( object sender, EventArgs e ) : void
m_textBoxName_TextChanged ( object sender, EventArgs e ) : void
richTextBox1_LinkClicked ( object sender, LinkClickedEventArgs e ) : void
uploadCheckBox_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

BugToolPageDestination() public method

public BugToolPageDestination ( ) : System
return System

EnableNext() public method

public EnableNext ( ) : bool
return bool

PageLeave() public method

public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
direction PageLoadedDirection
cancel bool
return void

PageLoaded() public method

public PageLoaded ( PageLoadedDirection direction ) : void
direction PageLoadedDirection
return void

SelectDefaultControl() public method

public SelectDefaultControl ( ) : void
return void