C# Class nHydrate.Generator.Forms.ImportDatabaseForm

Show file Open project: nHydrate/nHydrate

Private Properties

Property Type Description
AreChanges bool
CountChanges int
GetConnectionString string
InitializeComponent void
PopulateAddTree void
PopulateAllTrees void
PopulateDataSchema void
PopulateDeleteTree void
PopulateRefreshTree void
PopulateViews void
RemoveAllNodes void
chkSettingPK_CheckedChanged void
cmdTestConnection_Click void
treeView1_AfterCheck void
wizard1_AfterSwitchPages void
wizard1_BeforeSwitchPages void
wizard1_Finish void

Public Methods

Method Description
ForceAddOnly ( ) : void

Make this an add dialog and remove the tabs for delete and refresh

GetChangeCount ( ) : int
ImportDatabaseForm ( ) : System
Populate ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AreChanges ( ) : bool
CountChanges ( TreeNodeCollection nodeList ) : int
GetConnectionString ( ) : string
InitializeComponent ( ) : void

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

PopulateAddTree ( ) : void
PopulateAllTrees ( ) : void
PopulateDataSchema ( TreeNode parentNode ) : void
PopulateDeleteTree ( ) : void
PopulateRefreshTree ( ) : void
PopulateViews ( TreeNode parentNode ) : void
RemoveAllNodes ( TreeNodeCollection nodeList, DataTreeItem excludeType ) : void
chkSettingPK_CheckedChanged ( object sender, EventArgs e ) : void
cmdTestConnection_Click ( object sender, EventArgs e ) : void
treeView1_AfterCheck ( object sender, TreeViewEventArgs e ) : void
wizard1_AfterSwitchPages ( object sender, nHydrate e ) : void
wizard1_BeforeSwitchPages ( object sender, nHydrate e ) : void
wizard1_Finish ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

ForceAddOnly() public method

Make this an add dialog and remove the tabs for delete and refresh
public ForceAddOnly ( ) : void
return void

GetChangeCount() public method

public GetChangeCount ( ) : int
return int

ImportDatabaseForm() public method

public ImportDatabaseForm ( ) : System
return System

Populate() public method

public Populate ( ) : void
return void