GraphValidationIssue Type
Public contract type exposed by this FS.Skia.UI package.
Union cases
| Union case |
Description
|
Full Usage:
CycleDetected nodeIds
Parameters:
string list
|
|
Full Usage:
DuplicateNodeId string
Parameters:
string
|
|
Full Usage:
MissingSource(edgeIndex, nodeId)
Parameters:
int
nodeId : string
|
|
Full Usage:
MissingTarget(edgeIndex, nodeId)
Parameters:
int
nodeId : string
|
|
Full Usage:
SelfLoop(edgeIndex, nodeId)
Parameters:
int
nodeId : string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCycleDetected
Returns: bool
|
|
Full Usage:
this.IsDuplicateNodeId
Returns: bool
|
|
Full Usage:
this.IsMissingSource
Returns: bool
|
|
Full Usage:
this.IsMissingTarget
Returns: bool
|
|
Full Usage:
this.IsSelfLoop
Returns: bool
|
|