C# Class MongoGUICtl.ctlBsonValueType

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: magicdict/MongoCola

Public Methods

Method Description
GetValue ( ) : BsonValue
SetValue ( BsonValue value ) : void
ctlBsonValueType ( ) : System.Windows.Forms

初始化,请确保 getArray 和 getDocument正确设定

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.

ctlBsonValue1_Load ( object sender, System 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

GetValue() public method

public GetValue ( ) : BsonValue
return BsonValue

SetValue() public method

public SetValue ( BsonValue value ) : void
value BsonValue
return void

ctlBsonValueType() public method

初始化,请确保 getArray 和 getDocument正确设定
public ctlBsonValueType ( ) : System.Windows.Forms
return System.Windows.Forms