[Serializable()] public sealed class GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> : IDataCollection
[Serializable()] public sealed class GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> : IDataCollection
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.
System.Object
Northwoods.GoXam.Model.GraphLinksModel`4.DataCollection<NodeType,NodeKey,PortKey,LinkType>