CompositeCell Type
Typed cell value.
Union cases
| Union case |
Description
|
Data file entity — used in Input/Output columns typed as IOType.Data; carries structured file metadata (path, selector, format, etc.)
|
|
Full Usage:
FreeText string
Parameters:
string
|
Plain string (e.g. I/O name, protocol field, comment)
|
Full Usage:
Term(name, tan)
Parameters:
string
tan : string option
|
Ontology term reference: display name + optional TAN
|
Full Usage:
Unitized(value, unitName, unitTAN)
Parameters:
string
unitName : string
unitTAN : string option
|
Numeric value with unit term
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsData
Returns: bool
|
|
Full Usage:
this.IsFreeText
Returns: bool
|
|
Full Usage:
this.IsTerm
Returns: bool
|
|
Full Usage:
this.IsUnitized
Returns: bool
|
|
ProcessCore