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

Glossary Item Box

Specifies what kinds of cycles may be made by a valid link from a port.

Syntax

Visual Basic (Declaration) 
Public Enum ValidCycle 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 

Members

MemberDescription
All No restrictions on cycles.
DestinationTree Any number of destination links may go out of a port, but at most one source link may come into a port, and there are no directed cycles.
NotDirected A valid link from a port will not produce a directed cycle in the graph.
NotDirectedFast A valid link from a port will not produce a directed cycle in the graph, assuming there are no directed cycles anywhere accessible from either port.
NotUndirected A valid link from a port will not produce an undirected cycle in the graph.
SourceTree Any number of source links may come into a port, but at most one destination link may go out of a port, and there are no directed cycles.

Remarks

Inheritance Hierarchy

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

Requirements

See Also

© 2013 All Rights Reserved.