Class SerializedGroup
Class SerializedGroup, contains group data. Implements the VersionedStruct
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class SerializedGroup : VersionedStruct
Fields
DisplayName
The display name
Declaration
public string DisplayName
Field Value
| Type | Description |
|---|---|
| String |
Guid
The unique identifier
Declaration
public string Guid
Field Value
| Type | Description |
|---|---|
| String |
JSON
The json serialized data
Declaration
public string JSON
Field Value
| Type | Description |
|---|---|
| String |
Methods
Create()
Creates this instance.
Declaration
public static SerializedGroup Create()
Returns
| Type | Description |
|---|---|
| SerializedGroup | SerializedGroup. |