Table of Contents

Class MemberSelectorEditorDialog

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Represents a dialog for selecting members of a workflow expression type.

public class MemberSelectorEditorDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IDisposable
Inheritance
MemberSelectorEditorDialog
Implements
Inherited Members

Constructors

MemberSelectorEditorDialog(Type)

Initializes a new instance of the MemberSelectorEditorDialog class using the specified type.

public MemberSelectorEditorDialog(Type type)

Parameters

type Type

The type from which to select an inner property.

Properties

Selector

Gets or sets the selected inner property of the expression type.

public string Selector { get; set; }

Property Value

string

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

OnFormClosed(FormClosedEventArgs)

Raises the FormClosed event.

protected override void OnFormClosed(FormClosedEventArgs e)

Parameters

e FormClosedEventArgs

A FormClosedEventArgs that contains the event data.