Logo FS-Skia-UI

GraphValidationIssue Type

Public contract type exposed by this FS.Skia.UI package.

Union cases

Union case Description

CycleDetected nodeIds

Full Usage: CycleDetected nodeIds

Parameters:
    nodeIds : string list

nodeIds : string list

DuplicateNodeId string

Full Usage: DuplicateNodeId string

Parameters:
    Item : string

Item : string

MissingSource(edgeIndex, nodeId)

Full Usage: MissingSource(edgeIndex, nodeId)

Parameters:
    edgeIndex : int
    nodeId : string

edgeIndex : int
nodeId : string

MissingTarget(edgeIndex, nodeId)

Full Usage: MissingTarget(edgeIndex, nodeId)

Parameters:
    edgeIndex : int
    nodeId : string

edgeIndex : int
nodeId : string

SelfLoop(edgeIndex, nodeId)

Full Usage: SelfLoop(edgeIndex, nodeId)

Parameters:
    edgeIndex : int
    nodeId : string

edgeIndex : int
nodeId : string

Instance members

Instance member Description

this.IsCycleDetected

Full Usage: this.IsCycleDetected

Returns: bool
Returns: bool

this.IsDuplicateNodeId

Full Usage: this.IsDuplicateNodeId

Returns: bool
Returns: bool

this.IsMissingSource

Full Usage: this.IsMissingSource

Returns: bool
Returns: bool

this.IsMissingTarget

Full Usage: this.IsMissingTarget

Returns: bool
Returns: bool

this.IsSelfLoop

Full Usage: this.IsSelfLoop

Returns: bool
Returns: bool

Type something to start searching.