Class FieldArray<T>
FieldArray, represents an array field type. Implements the FieldType
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class FieldArray<T> : FieldType
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
FieldArray(INodeEditor, Object)
Initializes a new instance of the FieldArray<T> class.
Declaration
public FieldArray(INodeEditor editor, object inData = null)
Parameters
| Type | Name | Description |
|---|---|---|
| INodeEditor | editor | The editor. |
| Object | inData | The data binding. |
Properties
PortList
Gets the port list.
Declaration
public IList<T> PortList { get; }
Property Value
| Type | Description |
|---|---|
| IList<T> | The port list. |