ProcessIoRow Type
Row of the process_io association table — attaches a MaterialRow or
DataRow to a LabProcessRow on either the input or output side at
an ordered position.
Constructors
| Constructor |
Description
|
Full Usage:
ProcessIoRow(ProcessId, Direction, Position, ?MaterialId, ?DataId)
Parameters:
string
Direction : ProcessIoDirection
Position : int
?MaterialId : string
?DataId : string
Returns: ProcessIoRow
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.DataId
Returns: string option
|
Optional referenced data id.
|
|
Input or output side.
|
Full Usage:
this.MaterialId
Returns: string option
|
Optional referenced material id.
|
Full Usage:
this.Position
Returns: int
|
Position within the direction-specific side.
|
Full Usage:
this.ProcessId
Returns: string
|
Owning lab-process id.
|
Static members
| Static member |
Description
|
Full Usage:
ProcessIoRow.create (ProcessId, Direction, Position, ?MaterialId, ?DataId)
Parameters:
string
Direction : ProcessIoDirection
Position : int
?MaterialId : string
?DataId : string
Returns: ProcessIoRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore