Table of Contents

Class MemberSelectorEditor

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Provides a user interface editor that displays a dialog for selecting members of a workflow expression type.

public class MemberSelectorEditor : DataSourceTypeEditor
Inheritance
MemberSelectorEditor
Derived
Inherited Members

Constructors

MemberSelectorEditor()

Initializes a new instance of the MemberSelectorEditor class.

MemberSelectorEditor(bool)

Initializes a new instance of the MemberSelectorEditor class using either a multi- or single-selection dialog.

MemberSelectorEditor(Func<Expression, Type>, bool)

Initializes a new instance of the MemberSelectorEditor class using either a multi- or single-selection dialog and the specified method for selecting the expression type.

Methods

EditValue(ITypeDescriptorContext, IServiceProvider, object)

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

GetEditStyle(ITypeDescriptorContext)

Gets the editor style used by the EditValue(IServiceProvider, object) method.