Class IPortTypeConverter
Base class for all port converters.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class IPortTypeConverter : IPortType
Fields
| Name | Description |
|---|---|
| driverSide | Describes which side of the converter is taking priority. |
| rawFirstField | The source side of the converter. |
| rawSecondField | The target side of the converter. |
Methods
| Name | Description |
|---|---|
| IsCompatible() | Whether the two types are convertible. |
| RebindPorts(DriverSide) | Called when the converter is used by the linker. Any initialization can go here, the fields are properly set. |