Click or drag to resize

ValidateInfo Fields

The ValidateInfo type exposes the following members.

Fields
  NameDescription
Public fieldBothDirections
Check the connection assertion in both directions (i.e. for reverse source and target, too)
Public fieldEdgeType
The edge type to which this constraint applies.
Public fieldSourceLower
The lower bound on the out-degree of the source node according to edges compatible to EdgeType.
Public fieldSourceType
The node type to which applicable source nodes must be compatible.
Public fieldSourceUpper
The upper bound on the out-degree of the source node according to edges compatible to EdgeType.
Public fieldTargetLower
The lower bound on the in-degree of the target node according to edges compatible to EdgeType.
Public fieldTargetType
The node type to which applicable target nodes must be compatible.
Public fieldTargetUpper
The upper bound on the in-degree of the target node according to edges compatible to EdgeType.
Top
See Also