Transition<'n, 'e> Type
Represents a pending transition to be applied during sync.
Union cases
| Union case |
Description
|
|
|
|
Add a node with given ID and label.
|
|
|
|
Remove a node by ID.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAddEdge
Returns: bool
|
|
Full Usage:
this.IsAddNode
Returns: bool
|
|
Full Usage:
this.IsRemoveEdge
Returns: bool
|
|
Full Usage:
this.IsRemoveNode
Returns: bool
|
|