Northwoods.GoSilverlight 2.1.1 Assembly
ValidUnconnectedLinks Enumeration
See Also  Send Feedback
Northwoods.GoXam.Model Namespace : ValidUnconnectedLinks Enumeration

Glossary Item Box

This enumeration controls whether link data must be connected at both "ends" to nodes.

Syntax

Visual Basic (Declaration) 
Public Enum ValidUnconnectedLinks 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
C# 
public enum ValidUnconnectedLinks : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  

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

Requirements

See Also

© 2013 All Rights Reserved.