LabProcessRow Type
Row of the lab_process table — a single execution of a LabProtocolRow,
connected to its inputs and outputs through ProcessIoRow and to its parameter values
through ProcessParameterValueRow.
Constructors
| Constructor |
Description
|
Full Usage:
LabProcessRow(Id, Type, Name, ?AdditionalType, ?ExecutesProtocolId)
Parameters:
string
Type : string
Name : string
?AdditionalType : string
?ExecutesProtocolId : string
Returns: LabProcessRow
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.AdditionalType
Returns: string option
|
Optional refinement of Type.
|
Full Usage:
this.ExecutesProtocolId
Returns: string option
|
Optional id of the executed protocol.
|
Full Usage:
this.Id
Returns: string
|
Primary key.
|
Full Usage:
this.Name
Returns: string
|
Process name.
|
Full Usage:
this.Type
Returns: string
|
Type discriminator.
|
Static members
| Static member |
Description
|
Full Usage:
LabProcessRow.create (Id, Type, Name, ?AdditionalType, ?ExecutesProtocolId)
Parameters:
string
Type : string
Name : string
?AdditionalType : string
?ExecutesProtocolId : string
Returns: LabProcessRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore