Table of Contents

Class TypedDiagramElement<T>.SocketTypesSource

Namespace
StockSharp.Diagram.Elements
Assembly
StockSharp.Diagram.Core.dll
protected sealed class TypedDiagramElement<T>.SocketTypesSource : ItemsSourceBase<DiagramSocketType>
Inheritance
TypedDiagramElement<T>.SocketTypesSource
Extension Methods

Constructors

SocketTypesSource()

public SocketTypesSource()

Methods

GetName(DiagramSocketType)

protected override string GetName(DiagramSocketType st)

Parameters

st DiagramSocketType

Returns

string

GetValues()

protected override IEnumerable<DiagramSocketType> GetValues()

Returns

IEnumerable<DiagramSocketType>

SetValues(IEnumerable<DiagramSocketType>)

public static void SetValues(IEnumerable<DiagramSocketType> sockets)

Parameters

sockets IEnumerable<DiagramSocketType>