Logo ProcessCore

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

PropertyValueOrphanRow(Id)

Full Usage: PropertyValueOrphanRow(Id)

Parameters:
    Id : string

Returns: PropertyValueOrphanRow
Id : string
Returns: PropertyValueOrphanRow

Instance members

Instance member Description

this.Id

Full Usage: this.Id

Returns: string

Id of an unreferenced property value.

Returns: string

Static members

Static member Description

PropertyValueOrphanRow.create Id

Full Usage: PropertyValueOrphanRow.create Id

Parameters:
    Id : string

Returns: PropertyValueOrphanRow

Named-argument constructor exposed to JavaScript and Python callers.

Id : string
Returns: PropertyValueOrphanRow

Type something to start searching.