SocketTypesSource

StockSharp.Diagram.Elements.TypedDiagramElement`1

Наследует: ItemsSourceBase<DiagramSocketType>

Методы

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

Чтобы получить все значения идентификатора.

Возвращает: Все значения идентификатора. Пустой набор, если значений нет.

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