C# Class FdoToolbox.Base.Controls.FdoConnectCtl

Inheritance: ViewContent, IFdoConnectView
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
AddEnumerableProperty ( string name, string defaultValue, string values ) : void

Adds the enumerable property.

AddProperty ( FdoToolbox p ) : void

Adds the property.

FdoConnectCtl ( ) : System

Initializes a new instance of the FdoConnectCtl class.

FlagConfigError ( string msg ) : void

Flags the config error.

FlagNameError ( string msg ) : void

Flags the name error.

ResetGrid ( ) : void

Resets the grid.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Raises the E:System.Windows.Forms.UserControl.Load event.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

InitializeGrid ( ) : void
IsPasswordCell ( System.Windows.Forms.DataGridViewCell cell ) : bool
btnBrowse_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnConnect_Click ( object sender, EventArgs e ) : void
btnTest_Click ( object sender, EventArgs e ) : void
cmbProvider_SelectionChanged ( object sender, EventArgs e ) : void
grdProperties_CellMouseDown ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
grdProperties_CellPainting ( object sender, System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
grdProperties_EditingControlShowing ( object sender, System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e ) : void
insertCurrentApplicationPathToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertDirectoryToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertFilePathOpenToolStripMenuItem_Click ( object sender, EventArgs e ) : void
insertFilePathSaveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AddEnumerableProperty() public méthode

Adds the enumerable property.
public AddEnumerableProperty ( string name, string defaultValue, string values ) : void
name string The name.
defaultValue string The default value.
values string The values.
Résultat void

AddProperty() public méthode

Adds the property.
public AddProperty ( FdoToolbox p ) : void
p FdoToolbox The p.
Résultat void

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

FdoConnectCtl() public méthode

Initializes a new instance of the FdoConnectCtl class.
public FdoConnectCtl ( ) : System
Résultat System

FlagConfigError() public méthode

Flags the config error.
public FlagConfigError ( string msg ) : void
msg string The MSG.
Résultat void

FlagNameError() public méthode

Flags the name error.
public FlagNameError ( string msg ) : void
msg string The MSG.
Résultat void

OnLoad() protected méthode

Raises the E:System.Windows.Forms.UserControl.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Résultat void

ResetGrid() public méthode

Resets the grid.
public ResetGrid ( ) : void
Résultat void