SocketTypesSource

StockSharp.Diagram.Elements.TypedDiagramElement`1

Inherits: ItemsSourceBase<DiagramSocketType>

Methods

GetName
protected override string GetName(DiagramSocketType st)
result = socketTypesSource.GetName(st)
GetValues
protected override IEnumerable<DiagramSocketType> GetValues()
result = socketTypesSource.GetValues()

To get all values of the identifier.

Returns: All values of the identifier. The empty set, if there are no values.

SetValues
public static void SetValues(IEnumerable<DiagramSocketType> sockets)
SocketTypesSource.SetValues(sockets)