GoXam for WPF v3
GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class Members
Properties  Methods 


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

The following tables list the members exposed by GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType>.

Public Constructors
 NameDescription
Public Constructor The default constructor produces an empty collection.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the collection of link data, each of type LinkType.  
Public Property Gets or sets the model that owns all of the nodes in this collection.  
Public PropertyGets or sets the collection of node data, each of type NodeType.  
Top
Public Methods
 NameDescription
Public Method Add a link data to this collection.  
Public Method Add a node data to this collection.  
Public MethodThis predicate is true if the given link data is in the collection of Links.  
Public MethodThis predicate is true if the given node data is in the collection of Nodes.  
Public Method Remove a link data from this collection.  
Public Method Remove a node data from this collection.  
Top
See Also

Reference

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