Represents the final state of items with all transactions combined.

Constructors

Accessors

  • get id(): any
  • Gets or sets the ID for the state. I.e. an items primary key.

    Returns any

  • set id(v): void
  • Parameters

    • v: any

    Returns void

  • get transactionType(): TransactionType
  • Gets or sets how this state was created.

    Returns TransactionType

  • set transactionType(v): void
  • Parameters

    Returns void

  • get value(): any
  • Gets or sets the final value with all transaction deltas combined.

    Returns any

  • set value(v): void
  • Parameters

    • v: any

    Returns void

  • get version(): any
  • Gets or sets the version data for this item. Used for concurrency.

    Returns any

  • set version(v): void
  • Parameters

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any