A primary key value.

Constructors

  • Parameters

    • Optional primaryKey: string[]
    • Optional primaryKeyValue: any[]

    Returns IgcPrimaryKeyValue

Accessors

  • get i(): PrimaryKeyValue
  • Returns PrimaryKeyValue

  • get key(): string[]
  • The primary key associated with this value.

    Returns string[]

  • set key(v): void
  • Parameters

    • v: string[]

    Returns void

  • get value(): any[]
  • The value of the keys for this primary key value.

    Returns any[]

  • set value(v): void
  • Parameters

    • v: any[]

    Returns void

Methods

  • Determines if two primary key values are equal.

    Parameters

    • other: any
      • The other key value to check against.

    Returns boolean

  • Parameters

    • name: string

    Returns any