C# Class MongoGUICtl.ctlBsonValue

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: magicdict/MongoCola

Méthodes publiques

Свойство Type Description
GetArray Func
GetDocument Func
GetGeoPoint Func

Méthodes publiques

Méthode Description
DataTypeChanged ( BsonValueEx DataType ) : void

GetValue ( BsonValueEx DataType ) : BsonValue

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

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

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

ctlBsonValue ( ) : System

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

DataTypeChanged() public méthode

public DataTypeChanged ( BsonValueEx DataType ) : void
DataType MongoUtility.Basic.BsonValueEx
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetValue() public méthode

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

SetValue() public méthode

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

ctlBsonValue() public méthode

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

Property Details

GetArray public_oe static_oe property

获得一个新BsonArray的委托
public static Func GetArray
Résultat Func

GetDocument public_oe static_oe property

获得一个新BsonDocument的委托
public static Func GetDocument
Résultat Func

GetGeoPoint public_oe static_oe property

获得一个新BsonArray的委托
public static Func GetGeoPoint
Résultat Func