Logo ProcessCore

MaterialRow Type

Row of the material table — a tangible substance or sample that can act as input or output of a LabProcessRow.

Constructors

Constructor Description

MaterialRow(Id, Type, Name, ?AdditionalType)

Full Usage: MaterialRow(Id, Type, Name, ?AdditionalType)

Parameters:
    Id : string
    Type : string
    Name : string
    ?AdditionalType : string

Returns: MaterialRow
Id : string
Type : string
Name : string
?AdditionalType : string
Returns: MaterialRow

Instance members

Instance member Description

this.AdditionalType

Full Usage: this.AdditionalType

Returns: string option

Optional refinement of Type.

Returns: string option

this.Id

Full Usage: this.Id

Returns: string

Primary key.

Returns: string

this.Name

Full Usage: this.Name

Returns: string

Material name.

Returns: string

this.Type

Full Usage: this.Type

Returns: string

Type discriminator.

Returns: string

Static members

Static member Description

MaterialRow.create (Id, Type, Name, ?AdditionalType)

Full Usage: MaterialRow.create (Id, Type, Name, ?AdditionalType)

Parameters:
    Id : string
    Type : string
    Name : string
    ?AdditionalType : string

Returns: MaterialRow

Named-argument constructor exposed to JavaScript and Python callers.

Id : string
Type : string
Name : string
?AdditionalType : string
Returns: MaterialRow

Type something to start searching.