Northwoods.GoWPF 2.2.4 Assembly
UniversalLinkData Class
Members 

This simple class is handy with many GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>s or with UniversalGraphLinksModel, so that for many cases you do not need to define your own link data class inheriting from GraphLinksModelLinkData<NodeKey,PortKey>.
Syntax
Remarks

The node data type can be any Object; the (optional) port parameter information is assumed to be of type String. There are constructors for most of the common uses.

For reasons of both compile-time type checking and run-time efficiency, we recommend defining your own data class derived from GraphLinksModelLinkData<NodeKey,PortKey>. Doing so also permits the addition of application-specific properties.

This class is not useful with GraphModel<NodeType,NodeKey> or TreeModel<NodeType,NodeKey>.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.GraphLinksModelLinkData<NodeKey,PortKey>
      Northwoods.GoXam.Model.UniversalLinkData

Requirements
See Also

Reference

UniversalLinkData Members
Northwoods.GoXam.Model Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback