C# Class MongoGUICtl.ctlBsonValue

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

Public Properties

Property Type Description
GetArray Func
GetDocument Func
GetGeoPoint Func

Public Methods

Method Description
DataTypeChanged ( BsonValueEx DataType ) : void

GetValue ( BsonValueEx DataType ) : BsonValue

使用属性会发生一些MONO上的移植问题

SetValue ( BsonValue value, BsonValueEx DataType = BsonValueEx.BasicType.BsonUndefined ) : void

使用属性会发生一些MONO上的移植问题

ctlBsonValue ( ) : System

初始化,请确保 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.

Method Details

DataTypeChanged() public method

public DataTypeChanged ( BsonValueEx DataType ) : void
DataType MongoUtility.Basic.BsonValueEx
return void

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

使用属性会发生一些MONO上的移植问题
public GetValue ( BsonValueEx DataType ) : BsonValue
DataType MongoUtility.Basic.BsonValueEx
return BsonValue

SetValue() public method

使用属性会发生一些MONO上的移植问题
public SetValue ( BsonValue value, BsonValueEx DataType = BsonValueEx.BasicType.BsonUndefined ) : void
value BsonValue
DataType MongoUtility.Basic.BsonValueEx
return void

ctlBsonValue() public method

初始化,请确保 getArray 和 getDocument正确设定
public ctlBsonValue ( ) : System
return System

Property Details

GetArray public_oe static_oe property

获得一个新BsonArray的委托
public static Func GetArray
return Func

GetDocument public_oe static_oe property

获得一个新BsonDocument的委托
public static Func GetDocument
return Func

GetGeoPoint public_oe static_oe property

获得一个新BsonArray的委托
public static Func GetGeoPoint
return Func