Northwoods.GoSilverlight 1.2.2 Assembly
PartManager.VirtualLinkData Class
Members  See Also  Send Feedback
Northwoods.GoXam Namespace : PartManager.VirtualLinkData Class

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

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class PartManager.VirtualLinkData 
C# 
public sealed class PartManager.VirtualLinkData 

Remarks

Because there are no data objects for links in models such as GraphModel and TreeModel, we keep track of links by instead remembering the two nodes that they connect. This also becomes the value for the PartManager.PartBinding.Data property for links, so that link data templates can have access to the node data at either end of the link relationship. This class is not used when the model is ILinksModel.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.PartManager.VirtualLinkData

Requirements

See Also

© 2010 All Rights Reserved.