Class SerializedEdge
Class SerializedEdge, contains edge data. Implements the VersionedStruct
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class SerializedEdge : VersionedStruct
Fields
kVersion
File format version of SerializedEdge
Declaration
public const int kVersion = 1
Field Value
| Type | Description |
|---|---|
| Int32 |
SourceMemberPortName
The source member port name
Declaration
public string SourceMemberPortName
Field Value
| Type | Description |
|---|---|
| String |
SourceMemberTypeName
The source member type name
Declaration
public string SourceMemberTypeName
Field Value
| Type | Description |
|---|---|
| String |
SourceNodeGuid
The source node unique identifier
Declaration
public string SourceNodeGuid
Field Value
| Type | Description |
|---|---|
| String |
SourcePortGuid
The source port unique identifier
Declaration
public string SourcePortGuid
Field Value
| Type | Description |
|---|---|
| String |
TargetMemberPortName
The target member port name
Declaration
public string TargetMemberPortName
Field Value
| Type | Description |
|---|---|
| String |
TargetMemberTypeName
The target member type name
Declaration
public string TargetMemberTypeName
Field Value
| Type | Description |
|---|---|
| String |
TargetNodeGuid
The target node unique identifier
Declaration
public string TargetNodeGuid
Field Value
| Type | Description |
|---|---|
| String |
TargetPortGuid
The target port unique identifier
Declaration
public string TargetPortGuid
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 SerializedEdge Create()
Returns
| Type | Description |
|---|---|
| SerializedEdge | SerializedEdge. |