FormalParameterRow Type
Row of the formal_parameter table — the schema-side declaration of a parameter that a
LabProtocolRow can take, optionally pinned to a default PropertyValueRow.
Constructors
| Constructor |
Description
|
Full Usage:
FormalParameterRow(Id, Type, ?Name, ?NameTan, ?DefaultValueId)
Parameters:
string
Type : string
?Name : string
?NameTan : string
?DefaultValueId : string
Returns: FormalParameterRow
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.DefaultValueId
Returns: string option
|
Optional id of the default property value.
|
Full Usage:
this.Id
Returns: string
|
Primary key.
|
Full Usage:
this.Name
Returns: string option
|
Optional parameter name.
|
Full Usage:
this.NameTan
Returns: string option
|
Optional Term Accession Number for the parameter name.
|
Full Usage:
this.Type
Returns: string
|
Type discriminator.
|
Static members
| Static member |
Description
|
Full Usage:
FormalParameterRow.create (Id, Type, ?Name, ?NameTan, ?DefaultValueId)
Parameters:
string
Type : string
?Name : string
?NameTan : string
?DefaultValueId : string
Returns: FormalParameterRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore