C# Class FunctionForm.Operation.frmCreateCollection

Inheritance: System.Windows.Forms.Form
Show file Open project: magicdict/MongoCola Class Usage Examples

Public Properties

Property Type Description
CollectionName string
Result bool
StrSvrPathWithTag string
TreeNode System.Windows.Forms.TreeNode

Public Methods

Method Description
frmCreateCollection ( ) : Common.System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

btnClearCollation_Click ( object sender, EventArgs e ) : void
btnCollation_Click ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void

Cancel

cmdClearValidation_Click ( object sender, EventArgs e ) : void
cmdCreateValidation_Click ( object sender, EventArgs e ) : void
cmdOK_Click ( object sender, EventArgs e ) : void

OK

frmCreateCollection_Load ( object sender, EventArgs e ) : void
lnkCappedCollections_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

CappedCollections官方说明

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

frmCreateCollection() public method

public frmCreateCollection ( ) : Common.System
return Common.System

Property Details

CollectionName public property

public string CollectionName
return string

Result public property

public bool Result
return bool

StrSvrPathWithTag public property

public string StrSvrPathWithTag
return string

TreeNode public property

public TreeNode,System.Windows.Forms TreeNode
return System.Windows.Forms.TreeNode