C# Класс MongoDataSource.CollectionNameEditor

Наследование: System.Drawing.Design.UITypeEditor
Показать файл Открыть проект

Открытые методы

Метод Описание
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