C# 클래스 MongoDataSource.CollectionNameEditor

상속: System.Drawing.Design.UITypeEditor
파일 보기 프로젝트 열기: simplybusiness/mongosis

공개 메소드들

메소드 설명
EditValue ( System context, IServiceProvider provider, object value ) : object

Edits the specified object's value using the editor style indicated by the System.Drawing.Design.UITypeEditor.GetEditStyle() method.

GetEditStyle ( System context ) : UITypeEditorEditStyle

Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.

비공개 메소드들

메소드 설명
BuildListBox ( MongoDatabase database ) : ListBox
GetDatabase ( System context ) : MongoDatabase
GetMongoDBConnectionManager ( Microsoft package ) : Microsoft.SqlServer.Dts.Runtime.ConnectionManager
GetMongoDBConnectionManager ( System context ) : Microsoft.SqlServer.Dts.Runtime.ConnectionManager
GetPackageFromContext ( System context ) : Microsoft.SqlServer.Dts.Runtime.Package
OnListBoxSelectedValueChanged ( object sender, EventArgs e ) : void

메소드 상세

EditValue() 공개 메소드

Edits the specified object's value using the editor style indicated by the System.Drawing.Design.UITypeEditor.GetEditStyle() method.
public EditValue ( System context, IServiceProvider provider, object value ) : object
context System An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
provider IServiceProvider An System.IServiceProvider that this editor can use to obtain services.
value object The object to edit.
리턴 object

GetEditStyle() 공개 메소드

Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.
public GetEditStyle ( System context ) : UITypeEditorEditStyle
context System An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
리턴 UITypeEditorEditStyle