Logo ProcessCore

ProcessParameterValueRow Type

Row of the process_parameter_value association table — attaches an ordered PropertyValueRow to a LabProcessRow as a parameter value.

Constructors

Constructor Description

ProcessParameterValueRow(ProcessId, Position, PropertyValueId)

Full Usage: ProcessParameterValueRow(ProcessId, Position, PropertyValueId)

Parameters:
    ProcessId : string
    Position : int
    PropertyValueId : string

Returns: ProcessParameterValueRow
ProcessId : string
Position : int
PropertyValueId : string
Returns: ProcessParameterValueRow

Instance members

Instance member Description

this.Position

Full Usage: this.Position

Returns: int

Position within the process.

Returns: int

this.ProcessId

Full Usage: this.ProcessId

Returns: string

Owning lab-process id.

Returns: string

this.PropertyValueId

Full Usage: this.PropertyValueId

Returns: string

Referenced property-value id.

Returns: string

Static members

Static member Description

ProcessParameterValueRow.create (ProcessId, Position, PropertyValueId)

Full Usage: ProcessParameterValueRow.create (ProcessId, Position, PropertyValueId)

Parameters:
    ProcessId : string
    Position : int
    PropertyValueId : string

Returns: ProcessParameterValueRow

Named-argument constructor exposed to JavaScript and Python callers.

ProcessId : string
Position : int
PropertyValueId : string
Returns: ProcessParameterValueRow

Type something to start searching.