Class FieldType
FieldType contains information about a port data binding. It visually binds PortTypes with the visual ports in the graph.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public abstract class FieldType
  Constructors
| Name | Description | 
|---|---|
| FieldType(INodeEditor) | Initializes a new instance of the FieldType class.  | 
      
Fields
| Name | Description | 
|---|---|
| _scheduledItem | The scheduled item  | 
      
| _visual | The visual  | 
      
| kLiveUpdatePeriodMs | The constant live update period ms  | 
      
Properties
| Name | Description | 
|---|---|
| Editor | Gets or sets the editor.  | 
      
Methods
| Name | Description | 
|---|---|
| BindVisual(VisualElement[]) | Binds the visual.  | 
      
| GetPortView() | Gets the port view.  | 
      
| PortValueChange() | Event fired when port value changed.  | 
      
| SetPortView(PortView) | Sets the port view.  | 
      
| SynchronizePortValue() | Synchronizes the port value.  |