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
|
Full Usage:
MaterialRow(Id, Type, Name, ?AdditionalType)
Parameters:
string
Type : string
Name : string
?AdditionalType : string
Returns: MaterialRow
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.AdditionalType
Returns: string option
|
Optional refinement of Type.
|
Full Usage:
this.Id
Returns: string
|
Primary key.
|
Full Usage:
this.Name
Returns: string
|
Material name.
|
Full Usage:
this.Type
Returns: string
|
Type discriminator.
|
Static members
| Static member |
Description
|
Full Usage:
MaterialRow.create (Id, Type, Name, ?AdditionalType)
Parameters:
string
Type : string
Name : string
?AdditionalType : string
Returns: MaterialRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore