Table of Contents

Class EntityCommand<TEntity>

Namespace
StockSharp.Studio.Core.Commands
Assembly
StockSharp.Studio.Core.dll
public class EntityCommand<TEntity> : BaseStudioCommand, IStudioCommand where TEntity : class

Type Parameters

TEntity
Inheritance
EntityCommand<TEntity>
Implements
Derived
Inherited Members
Extension Methods

Constructors

EntityCommand(Subscription, IEnumerable<TEntity>)

public EntityCommand(Subscription subscription, IEnumerable<TEntity> entities)

Parameters

subscription Subscription
entities IEnumerable<TEntity>

EntityCommand(Subscription, TEntity)

public EntityCommand(Subscription subscription, TEntity entity)

Parameters

subscription Subscription
entity TEntity

Properties

Entities

public IEnumerable<TEntity> Entities { get; }

Property Value

IEnumerable<TEntity>

Entity

public TEntity Entity { get; }

Property Value

TEntity

Subscription

public Subscription Subscription { get; }

Property Value

Subscription