GoXam for WPF v3
UniversalLinkData Constructor(Object,String,Object,String)
Northwoods.GoXam.Model Namespace > UniversalLinkData Class > UniversalLinkData Constructor : UniversalLinkData Constructor(Object,String,Object,String)
the initial value for From
the initial string value for GraphLinksModelLinkData<NodeKey,PortKey>.FromPort
the initial value for To
the initial string value for GraphLinksModelLinkData<NodeKey,PortKey>.ToPort
This constructor produces a link-representing data that connects two nodes and also provides port-identifying information at each node.
Syntax
public UniversalLinkData( 
   object fromnodekey,
   string fromport,
   object tonodekey,
   string toport
)

Parameters

fromnodekey
the initial value for From
fromport
the initial string value for GraphLinksModelLinkData<NodeKey,PortKey>.FromPort
tonodekey
the initial value for To
toport
the initial string value for GraphLinksModelLinkData<NodeKey,PortKey>.ToPort
See Also

Reference

UniversalLinkData Class
UniversalLinkData Members
Overload List