Logo ProcessCore

AnnotationOrphanRow Type

Row of the annotation_orphans view — the id of a AnnotationRow that is not referenced by any owning entity. Useful for housekeeping and integrity checks.

Constructors

Constructor Description

AnnotationOrphanRow(Id)

Full Usage: AnnotationOrphanRow(Id)

Parameters:
    Id : string

Returns: AnnotationOrphanRow
Id : string
Returns: AnnotationOrphanRow

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

AnnotationOrphanRow.create Id

Full Usage: AnnotationOrphanRow.create Id

Parameters:
    Id : string

Returns: AnnotationOrphanRow

Named-argument constructor exposed to JavaScript and Python callers.

Id : string
Returns: AnnotationOrphanRow

Type something to start searching.