GoDiagram Web Reference
GoDocumentValidCycle Enumeration

Specifies what kinds of cycles may be made by a valid link from a port.
Syntax
'Declaration
 
Public Enum GoDocumentValidCycle 
   Inherits System.Enum
public enum GoDocumentValidCycle : System.Enum 
Members
MemberDescription
AllNo restrictions on cycles, except when imposed by GoPort.IsValidSelfNode or GoPort.IsValidDuplicateLinks.
DestinationTreeAny 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.
NotDirectedA valid link from a port will not produce a directed cycle in the graph.
NotDirectedFastA 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.
NotUndirectedA valid link from a port will not produce an undirected cycle in the graph.
SourceTreeAny 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
This provides values for the GoDocument property GoDocument.ValidCycle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoWeb.GoDocumentValidCycle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback