CombinationDiagramElement

StockSharp.Diagram.Elements

値要素を結合しました。

継承元: TypedDiagramElement<CombinationDiagramElement>

コンストラクター

CombinationDiagramElement
public CombinationDiagramElement()
combinationDiagramElement = CombinationDiagramElement()

CombinationDiagramElement の新規インスタンスを初期化します。

プロパティ

IconName
public override string IconName { get; }
value = combinationDiagramElement.IconName

リソース名をアイコン化します。

TypeId
public override Guid TypeId { get; }
value = combinationDiagramElement.TypeId

id をタイプして下さい。

メソッド

OnProcess
protected override void OnProcess(DiagramSocketValue value)
combinationDiagramElement.OnProcess(value)

メソッドは、新しい着信値の処理で呼び出されます。

value
処理値。
TypeChanged
protected override void TypeChanged()
combinationDiagramElement.TypeChanged()

データ型が変更されたときにメソッドが呼び出されます。