C# Class FunctionForm.Aggregation.FrmAddStage

Show file Open project: magicdict/MongoCola Class Usage Examples

Public Properties

Property Type Description
BsonDocumentList List

Public Methods

Method Description
FrmAddStage ( ) : 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.

Parse ( String text ) : List
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdOK_Click ( object sender, EventArgs e ) : void
cmdPreview_Click ( object sender, EventArgs e ) : void
frmAddStage_Load ( 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

FrmAddStage() public method

public FrmAddStage ( ) : System
return System

Property Details

BsonDocumentList public property

public List BsonDocumentList
return List