PropertyValueOrphanRow Type
Row of the property_value_orphans view — the id of a PropertyValueRow
that is not referenced by any owning entity. Useful for housekeeping and integrity checks.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Id
Returns: string
|
Id of an unreferenced property value.
|
Static members
| Static member |
Description
|
Full Usage:
PropertyValueOrphanRow.create Id
Parameters:
string
Returns: PropertyValueOrphanRow
|
Named-argument constructor exposed to JavaScript and Python callers.
|
ProcessCore