GoXam for WPF v3
GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class
Members 
Northwoods.GoXam.Model Namespace : GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class
This nested class is a serializable collection of node data and link data.
Syntax
[Serializable()]
public sealed class GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> : IDataCollection  
Type Parameters
NodeType
NodeKey
PortKey
LinkType
Remarks

This IDataCollection is used in various circumstances where there is a collection of node data and link data, particularly for copying. If the node data and link data are serializable, this collection can be serialized, which is useful when copying to the clipboard or pasting from it.

Although this nested type is not a generic class, it is parameterized by the NodeType, NodeKey, PortKey, and LinkType type parameters of the containing generic model class. You should call GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>.CreateDataCollection to allocate an instance.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.GraphLinksModel`4.DataCollection<NodeType,NodeKey,PortKey,LinkType>

See Also

Reference

GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Members
Northwoods.GoXam.Model Namespace