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.

Implementiert: INotifyPropertyChanged

Eigenschaften

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.

Methoden

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.

Ereignisse

PropertyChanged : PropertyChangedEventHandler

This implementation of INotifyPropertyChanged does nothing.