Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRowDataCollection

Collection class for Row Data objects.

Hierarchy

Index

Methods

filter

  • filter(filterFunc: function): IRowData[]

getCount

  • getCount(): number

getRowById

getRowByIndex

  • getRowByIndex(index: number): IRowData

getRowByOffset

  • getRowByOffset(rowId: number, offset: number): IRowData

getRows

getRowsByTxId

  • getRowsByTxId(txId: number, includeInactive?: boolean): IRowData[]
  • Fetch Rows based on Transaction ID, and optionally based on Active/ Inactive state.

    Parameters

    • txId: number

      Reference Transaction ID

    • Optional includeInactive: boolean

      Whether to include Inactive Rows

    Returns IRowData[]

Generated using TypeDoc