Represents the final state of items with all transactions combined.

Hierarchy

Hierarchy

  • IgxTransactionState

Constructors

Properties

ngAcceptInputType_transactionType: string | TransactionType

Accessors

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

    Returns any

  • set id(v: any): void
  • Parameters

    • v: any

    Returns void

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

    Returns TransactionType

  • set transactionType(v: TransactionType): void
  • Parameters

    Returns void

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

    Returns any

  • set value(v: any): 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: any): void
  • Parameters

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any