Method | Description | |
---|---|---|
CheckAllChildNodes ( TreeNode treeNode, bool nodeChecked ) : void |
选中子节点
|
|
frmCopyDataBase ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ChangeEnable ( bool isEnable ) : void |
按钮限制
|
|
ChangeProgress ( int value ) : void |
进度条显示
|
|
ComboxBind ( ComboBox comboBox, object data ) : void |
combox数据绑定
|
|
Copy ( MongoDatabase toDb ) : void |
复制
|
|
DataBind ( ) : void |
数据绑定
|
|
FrmCopyDataBase_Load ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
TreeNodeBind ( TreeNode treeNode ) : void |
来源表数据绑定
|
|
cmdCancel_Click ( object sender, EventArgs e ) : void |
Cancel
|
|
cmdOK_Click ( object sender, EventArgs e ) : void |
复制数据
|
|
comboBoxServer_SelectedIndexChanged ( object sender, EventArgs e ) : void |
服务器选中
|
|
treeViewCollection_AfterCheck ( object sender, TreeViewEventArgs e ) : void |
选中
|
public CheckAllChildNodes ( TreeNode treeNode, bool nodeChecked ) : void | ||
treeNode | TreeNode | |
nodeChecked | bool | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |