Northwoods.GoSilverlight 2.1.1 Assembly
UniversalLinkData Class
Members  See Also  Send Feedback
Northwoods.GoXam.Model Namespace : UniversalLinkData Class

Glossary Item Box

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

© 2013 All Rights Reserved.