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)