GoXam for WPF v3
ValidUnconnectedLinks Enumeration
Northwoods.GoXam.Model Namespace : ValidUnconnectedLinks Enumeration
This enumeration controls whether link data must be connected at both "ends" to nodes.
Syntax
public enum ValidUnconnectedLinks : System.Enum 
Members
MemberDescription
Allowed Link data permits having no reference to nodes for either or both ends of the link.
None All link data must have both the "from" and the "to" ends connected to nodes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Model.ValidUnconnectedLinks

See Also

Reference

Northwoods.GoXam.Model Namespace