GoXam for WPF v3
IDataCollection Interface Members
Properties  Methods 

Northwoods.GoXam.Model Namespace : IDataCollection Interface

The following tables list the members exposed by IDataCollection.

Public Properties
 NameDescription
 Property Gets or sets the collection of link data.  
 Property Gets or sets the model holds this collection's data.  
 Property Gets or sets the collection of node data.  
Top
Public Methods
 NameDescription
 Method Add a link data to this collection.  
 Method Add a node data to this collection.  
 MethodThis predicate is true if the given link data is in the collection of Links.  
 MethodThis predicate is true if the given node data is in the collection of Nodes.  
 Method Remove a link data from this collection.  
 Method Remove a node data from this collection.  
Top
See Also

Reference

IDataCollection Interface
Northwoods.GoXam.Model Namespace
TreeModel.DataCollection<NodeType,NodeKey> Class
GraphModel.DataCollection<NodeType,NodeKey> Class
GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class