DefinedTermRow Type
Row of the defined_term table — a controlled-vocabulary term used as a typed identifier
throughout the data model (e.g. as ontology references for materials, units and parameter names).
Constructors
| Constructor |
Description
|
Full Usage:
DefinedTermRow(Id, Type, Name, ?Tan, ?InDefinedTermSetId, ?InDefinedTermSetName)
Parameters:
string
Type : string
Name : string
?Tan : string
?InDefinedTermSetId : string
?InDefinedTermSetName : string
Returns: DefinedTermRow
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Id
Returns: string
|
Primary key.
|
Full Usage:
this.InDefinedTermSetId
Returns: string option
|
Optional id of the containing term set.
|
Full Usage:
this.InDefinedTermSetName
Returns: string option
|
Optional name of the containing term set.
|
Full Usage:
this.Name
Returns: string
|
Human-readable label.
|
Full Usage:
this.Tan
Returns: string option
|
Optional Term Accession Number.
|
Full Usage:
this.Type
Returns: string
|
Type discriminator.
|
Static members
| Static member |
Description
|
Full Usage:
DefinedTermRow.create (Id, Type, Name, ?Tan, ?InDefinedTermSetId, ?InDefinedTermSetName)
Parameters:
string
Type : string
Name : string
?Tan : string
?InDefinedTermSetId : string
?InDefinedTermSetName : string
Returns: DefinedTermRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore