Constructor PortReferenceDescriptor
PortReferenceDescriptor()
Initializes a new instance of the Linker.PortReferenceDescriptor class.
Declaration
protected PortReferenceDescriptor()
PortReferenceDescriptor(string, Type, string, NodeReferenceDescriptor, FieldInfo, string, FieldAttribute, object)
Initializes a new instance of the Linker.PortReferenceDescriptor class.
Declaration
public PortReferenceDescriptor(string portName, Type portType, string dataModelKey, Linker.NodeReferenceDescriptor nodeOwner, FieldInfo portDataRef, string fieldName = null, FieldAttribute attribute = null, object patchedOwner = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | portName | Name of the port. |
| Type | portType | Type of the port. |
| string | dataModelKey | The data model key. |
| Linker.NodeReferenceDescriptor | nodeOwner | The node owner. |
| FieldInfo | portDataRef | The port data reference. |
| string | fieldName | Name of the field. |
| FieldAttribute | attribute | The attribute. |
| object | patchedOwner | The patched owner. |