VirtualLinkData

StockSharp.Xaml.Diagram.GXDiagram.PartManager

The value of Data for those Links that are bound to data in a model that does not support separate link data.

実装: INotifyPropertyChanged

プロパティ

From : object

Gets the data object for the "from" end of this link relationship.

To : object

Gets the data object for the "to" end of this link relationship.

メソッド

Equals(object) : bool

Two VirtualLinkData objects are effectively the same if the From and To data objects are equal.

obj
GetHashCode() : int

This is just the combination of the hash codes for the From and To data objects.

ToString() : string

This is might be useful for debugging.

イベント

PropertyChanged : PropertyChangedEventHandler

This implementation of INotifyPropertyChanged does nothing.