Constructor FieldAttribute
FieldAttribute(string, PortDirection, FieldExtra)
Creates a FieldAttribute and checks for reserved charactes in the name.
Declaration
public FieldAttribute(string displayName, PortDirection dir, FieldExtra readWrite = FieldExtra.Undefined)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | displayName | Name of the port.  | 
    
| PortDirection | dir | Direction of the port.  | 
    
| FieldExtra | readWrite | The functions of the port, see FieldExtra.  |