Table of Contents

Class DummyCompositionModelNode

Namespace
StockSharp.Diagram
Assembly
StockSharp.Diagram.Core.dll

Dummy implementation of ICompositionModelNode.

public class DummyCompositionModelNode : ICompositionModelNode, ICloneable
Inheritance
DummyCompositionModelNode
Implements
Inherited Members
Extension Methods

Constructors

DummyCompositionModelNode()

public DummyCompositionModelNode()

Properties

Element

public DiagramElement Element { get; set; }

Property Value

DiagramElement

Figure

Figure id.

public string Figure { get; set; }

Property Value

string

Key

Key.

public string Key { get; set; }

Property Value

string

Location

Location.

public PointF Location { get; set; }

Property Value

PointF

Text

Custom text.

public string Text { get; set; }

Property Value

string

TypeId

Type id.

public Guid TypeId { get; set; }

Property Value

Guid

Methods

ToString()

public override string ToString()

Returns

string