Enum NodeIntegrationKind
This type specifies the kind how resolved same or similar nodes shall be handled.
Currently the system supports: merging the new one node with an existing one or
add helper links between both of them in bidirectional way.
Namespace: Mars.Interfaces.Environments
Assembly: Mars.Interfaces.dll
Syntax
public enum NodeIntegrationKind
Fields
Name | Description |
---|---|
LinkNode | This type specifies the kind how resolved same or similar nodes shall be handled. Currently the system supports: merging the new one node with an existing one or add helper links between both of them in bidirectional way. |
MergeNode | This type specifies the kind how resolved same or similar nodes shall be handled. Currently the system supports: merging the new one node with an existing one or add helper links between both of them in bidirectional way. |