CombinationDiagramElement
StockSharp.Diagram.Elements
综合价值要素。
继承自: TypedDiagramElement<CombinationDiagramElement>
构造函数
CombinationDiagramElement
public CombinationDiagramElement()
combinationDiagramElement = CombinationDiagramElement()
初始化了 & ##CombinationDiagramElement+#的新实例.
属性
IconName
public override string IconName { get; }
value = combinationDiagramElement.IconName
图标资源名 。
方法
OnProcess
protected override void OnProcess(DiagramSocketValue value)
combinationDiagramElement.OnProcess(value)
这种方法在新入值的处理时被叫来.
- value
- 已处理的值 。
TypeChanged
protected override void TypeChanged()
combinationDiagramElement.TypeChanged()
数据类型被更改时,该方法被称为".