Class FieldEnum
FieldEnum, represents an enum field type. Implements the FieldType
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class FieldEnum : FieldType
  Constructors
| Name | Description | 
|---|---|
| FieldEnum(INodeEditor, object) | Initializes a new instance of the FieldEnum class.  | 
      
Properties
| Name | Description | 
|---|---|
| Data | Gets or sets the data.  | 
      
| PortType | Gets the type of the port.  | 
      
Methods
| Name | Description | 
|---|---|
| OnValueChanged(ChangeEvent<Enum>) | Called when [value changed].  | 
      
| SynchronizePortValue() | Synchronizes the port value.  |