Class PortConverterAttribute
Class PortConverterAttribute. The PortConverter attribute registers a from-to type converter for your ports. Implements the Attribute
Implements
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class PortConverterAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
PortConverterAttribute(Type, Type) | Initializes a new instance of the PortConverterAttribute class. |
Fields
Name | Description |
---|---|
fromType | From type |
toType | To type |