Class SerializedNode
Class SerializedNode, contains node data. Implements the VersionedStruct
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class SerializedNode : VersionedStruct
Fields
BoundParameterGuid
The bound parameter unique identifier
Declaration
public string BoundParameterGuid
Field Value
| Type | Description |
|---|---|
| String |
GroupGuid
The group unique identifier if this node is in a group
Declaration
public string GroupGuid
Field Value
| Type | Description |
|---|---|
| String |
JSON
The json serialized data
Declaration
public string JSON
Field Value
| Type | Description |
|---|---|
| String |
JSONRuntime
The json runtime serialized data
Declaration
public string JSONRuntime
Field Value
| Type | Description |
|---|---|
| String |
kVersion
File format version of SerializedNode
Declaration
public const int kVersion = 1
Field Value
| Type | Description |
|---|---|
| Int32 |
NodeGuid
The node unique identifier
Declaration
public string NodeGuid
Field Value
| Type | Description |
|---|---|
| String |
NodeType
The node type
Declaration
public string NodeType
Field Value
| Type | Description |
|---|---|
| String |
Properties
CurrentVersion
Gets the current version.
Declaration
public override int CurrentVersion { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The current version. |
Overrides
Methods
Create()
Creates this instance.
Declaration
public static SerializedNode Create()
Returns
| Type | Description |
|---|---|
| SerializedNode | SerializedNode. |