Class SerializedMeta
Class SerializedMeta, contains metadata information. Implements the VersionedStruct
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class SerializedMeta : VersionedStruct
Fields
Key
The metadata key
Declaration
public string Key
Field Value
| Type | Description |
|---|---|
| String |
Value
The metadata value
Declaration
public string Value
Field Value
| Type | Description |
|---|---|
| String |
Methods
Create()
Creates this instance.
Declaration
public static SerializedMeta Create()
Returns
| Type | Description |
|---|---|
| SerializedMeta | SerializedMeta. |