PropertyValueRow Type
Row of the property_value table — a typed name/value pair, optionally with a unit and
ontology references. Used as parameter value, additional property and default-value carrier.
Constructors
| Constructor |
Description
|
Full Usage:
PropertyValueRow(Id, Type, Name, ?AdditionalType, ?Value, ?Unit, ?NameTan, ?ValueTan, ?UnitTan, ?InstanceOfId)
Parameters:
string
Type : string
Name : string
?AdditionalType : string
?Value : string
?Unit : string
?NameTan : string
?ValueTan : string
?UnitTan : string
?InstanceOfId : string
Returns: PropertyValueRow
|
|
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.InstanceOfId
Returns: string option
|
Optional id of the formal parameter this value instantiates.
|
Full Usage:
this.Name
Returns: string
|
Property name.
|
Full Usage:
this.NameTan
Returns: string option
|
Optional TAN for the name.
|
Full Usage:
this.Type
Returns: string
|
Type discriminator.
|
Full Usage:
this.Unit
Returns: string option
|
Optional unit.
|
Full Usage:
this.UnitTan
Returns: string option
|
Optional TAN for the unit.
|
Full Usage:
this.Value
Returns: string option
|
Optional value.
|
Full Usage:
this.ValueTan
Returns: string option
|
Optional TAN for the value.
|
Static members
| Static member |
Description
|
Full Usage:
PropertyValueRow.create (Id, Type, Name, ?AdditionalType, ?Value, ?Unit, ?NameTan, ?ValueTan, ?UnitTan, ?InstanceOfId)
Parameters:
string
Type : string
Name : string
?AdditionalType : string
?Value : string
?Unit : string
?NameTan : string
?ValueTan : string
?UnitTan : string
?InstanceOfId : string
Returns: PropertyValueRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore