Class Entity

Hierarchy

  • SchemaMember
    • Entity

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    Returns Entity

Properties

[SC]: Schema
_id: string
_missing: boolean = false
_records: Set<Record> = ...

Accessors

  • get address(): string
  • Returns string

  • get id(): string
  • Returns string

  • Returns Schema

Methods

  • Parameters

    Returns void

  • empty(): boolean
  • Returns boolean

  • get(fieldName: string): any
  • Parameters

    • fieldName: string

    Returns any

  • getMany(fieldName: string): any[]
  • Parameters

    • fieldName: string

    Returns any[]

  • getTypes(): (undefined | Type)[]
  • Returns (undefined | Type)[]

  • hasType(typeAddress: string): boolean
  • Parameters

    • typeAddress: string

    Returns boolean

Generated using TypeDoc