ProcessParameterValueRow Type
Row of the process_parameter_value association table — attaches an ordered
PropertyValueRow to a LabProcessRow as a parameter value.
Constructors
| Constructor |
Description
|
Full Usage:
ProcessParameterValueRow(ProcessId, Position, PropertyValueId)
Parameters:
string
Position : int
PropertyValueId : string
Returns: ProcessParameterValueRow
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Position
Returns: int
|
Position within the process.
|
Full Usage:
this.ProcessId
Returns: string
|
Owning lab-process id.
|
Full Usage:
this.PropertyValueId
Returns: string
|
Referenced property-value id.
|
Static members
| Static member |
Description
|
Full Usage:
ProcessParameterValueRow.create (ProcessId, Position, PropertyValueId)
Parameters:
string
Position : int
PropertyValueId : string
Returns: ProcessParameterValueRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore