Table of Contents

Class SelectCommand

Namespace
StockSharp.Studio.Core.Commands
Assembly
StockSharp.Studio.Core.dll
public abstract class SelectCommand : BaseStudioCommand, IStudioCommand
Inheritance
SelectCommand
Implements
Derived
Inherited Members
Extension Methods

Constructors

SelectCommand(Type, object, bool)

protected SelectCommand(Type instanceType, object instance, bool canEdit)

Parameters

instanceType Type
instance object
canEdit bool

SelectCommand(Type, object, Func<bool>)

protected SelectCommand(Type instanceType, object instance, Func<bool> canEdit)

Parameters

instanceType Type
instance object
canEdit Func<bool>

Properties

CanEdit

public bool CanEdit { get; }

Property Value

bool

Instance

public object Instance { get; }

Property Value

object

InstanceType

public Type InstanceType { get; }

Property Value

Type

PossibleDirection

public override StudioCommandDirections PossibleDirection { get; }

Property Value

StudioCommandDirections