Class SystemGraphData
Class SystemGraphData represents the serialized data in the SystemGraph Asset file. Implements the IEquatable<T>
Implements
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class SystemGraphData : IEquatable<SystemGraphData>
Fields
Name | Description |
---|---|
kFileVersion | Current File version |
userData | Associated user data |
Properties
Name | Description |
---|---|
FileVersion | Gets or sets the file version. |
SerializedComments | Gets the serialized comments. |
SerializedEdges | Gets the serialized edges. |
SerializedGroups | Gets the serialized groups. |
SerializedMeta | Gets the serialized meta. |
SerializedNodes | Gets the serialized nodes. |
SerializedParameters | Gets the serialized parameters. |
SerializedScheduler | Gets or sets the serialized scheduler. |
Methods
Name | Description |
---|---|
CheckUpgrade() | Checks for Upgrades |
Clone() | Clones this instance. |
Equals(SystemGraphData) | Determine if other object is equal. |
See Also
IEquatable<T>