Northwoods.Go Assembly > Northwoods.Go Namespace : GoDocumentValidCycle Enumeration |
'Declaration Public Enum GoDocumentValidCycle Inherits System.Enum
public enum GoDocumentValidCycle : System.Enum
Member | Description |
---|---|
All | No restrictions on cycles, except when imposed by GoPort.IsValidSelfNode or GoPort.IsValidDuplicateLinks. |
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. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.GoDocumentValidCycle
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