C# 클래스 MongoGUICtl.ctlBsonValueTypeName

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: magicdict/MongoCola

공개 메소드들

메소드 설명
GetElement ( ) : BsonElement

Get Element or Bsonvalue

SetElement ( object value ) : void

Set Element or Bsonvalue

SwitchToUpdateMode ( ) : void

切换为元素修改模式

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

Dispose() 보호된 메소드

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

GetElement() 공개 메소드

Get Element or Bsonvalue
public GetElement ( ) : BsonElement
리턴 BsonElement

SetElement() 공개 메소드

Set Element or Bsonvalue
public SetElement ( object value ) : void
value object
리턴 void

SwitchToUpdateMode() 공개 메소드

切换为元素修改模式
public SwitchToUpdateMode ( ) : void
리턴 void

SwitchToValueMode() 공개 메소드

public SwitchToValueMode ( ) : void
리턴 void

ctlBsonValueTypeName() 공개 메소드

public ctlBsonValueTypeName ( ) : System.Windows.Forms
리턴 System.Windows.Forms