[Serializable()] public sealed class UniversalLinkData : Northwoods.GoXam.Model.GraphLinksModelLinkData<object,string>, IChangeDataValue
[Serializable()] public sealed class UniversalLinkData : Northwoods.GoXam.Model.GraphLinksModelLinkData<object,string>, IChangeDataValue
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>.
System.Object
Northwoods.GoXam.Model.GraphLinksModelLinkData<NodeKey,PortKey>
Northwoods.GoXam.Model.UniversalLinkData