Table of Contents

Class BaseEnumerableEdit<T>

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Base IEnumerable<T> editor.

public abstract class BaseEnumerableEdit<T> : BaseEnumerableEdit

Type Parameters

T

Value type.

Inheritance
BaseEnumerableEdit<T>
Derived
Inherited Members
Extension Methods

Constructors

BaseEnumerableEdit()

Initializes a new instance of the BaseEnumerableEdit<T>.

protected BaseEnumerableEdit()

Properties

EmptyValue

Empty value.

protected override object EmptyValue { get; }

Property Value

object

Methods

Edit(DependencyObject, ref IEnumerable<T>)

Show editor window.

protected abstract bool Edit(DependencyObject owner, ref IEnumerable<T> values)

Parameters

owner DependencyObject

Owner.

values IEnumerable<T>

Values.

Returns

bool

Operation result.

Edit(DependencyObject, ref object)

Show editor window.

protected override bool Edit(DependencyObject owner, ref object values)

Parameters

owner DependencyObject

Owner.

values object

Values.

Returns

bool

Operation result.