Class SerializedComment
Class SerializedComment, contains comment data. Implements the VersionedStruct
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class SerializedComment : VersionedStruct
Fields
Contents
The comment contents
Declaration
public string Contents
Field Value
| Type | Description |
|---|---|
| String |
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 SerializedComment Create()
Returns
| Type | Description |
|---|---|
| SerializedComment | SerializedComment. |