Method UpgradeV1
UpgradeV1(SerializedEdgeUpgrade, SystemGraphData, VersionedStruct)
Upgrades to v1.
Declaration
public static bool UpgradeV1(SerializedEdgeUpgrade self, SystemGraphData ctx, VersionedStruct upgradedStruct)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedEdgeUpgrade | self | The self. |
| SystemGraphData | ctx | The graph data. |
| VersionedStruct | upgradedStruct | The upgraded structure. |
Returns
| Type | Description |
|---|---|
| bool |
|