Class FieldBool
FieldBool, representation of the field as a bool type. Implements the FieldType
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class FieldBool : FieldType
Constructors
| Name | Description |
|---|---|
| FieldBool(NodeEditor, object) | Initializes a new instance of the FieldBool class. |
Properties
| Name | Description |
|---|---|
| Data | Gets or sets a value indicating whether this FieldBool is data. |
| PortType | Gets the type of the port. |
Methods
| Name | Description |
|---|---|
| OnValueChanged(ChangeEvent<bool>) | Called when [value changed]. |
| SynchronizePortValue() | Synchronizes the port value. |