C# Class MongoGUICtl.ctlBsonValueTypeName

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

Méthodes publiques

Méthode Description
GetElement ( ) : BsonElement

Get Element or Bsonvalue

SetElement ( object value ) : void

Set Element or Bsonvalue

SwitchToUpdateMode ( ) : void

切换为元素修改模式

SwitchToValueMode ( ) : void
ctlBsonValueTypeName ( ) : System.Windows.Forms

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

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

GetElement() public méthode

Get Element or Bsonvalue
public GetElement ( ) : BsonElement
Résultat BsonElement

SetElement() public méthode

Set Element or Bsonvalue
public SetElement ( object value ) : void
value object
Résultat void

SwitchToUpdateMode() public méthode

切换为元素修改模式
public SwitchToUpdateMode ( ) : void
Résultat void

SwitchToValueMode() public méthode

public SwitchToValueMode ( ) : void
Résultat void

ctlBsonValueTypeName() public méthode

public ctlBsonValueTypeName ( ) : System.Windows.Forms
Résultat System.Windows.Forms