Class SerializedNode
Class SerializedNode, contains node data. Implements the VersionedStruct
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class SerializedNode : VersionedStruct
Fields
Name | Description |
---|---|
BoundParameterGuid | The bound parameter unique identifier |
GroupGuid | The group unique identifier if this node is in a group |
JSON | The json serialized data |
JSONRuntime | The json runtime serialized data |
NodeGuid | The node unique identifier |
NodeType | The node type |
kVersion | File format version of SerializedNode |
Properties
Name | Description |
---|---|
CurrentVersion | Gets the current version. |
Methods
Name | Description |
---|---|
Create() | Creates this instance. |