Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentContract<DocType>

Contract that documents have to implement.
Documents must be cloneable and have a immutable primary key.

Type parameters

  • DocType

Hierarchy

  • Cloneable<DocType>
  • Recordable
    • DocumentContract

Properties

Methods

Properties

Readonly id

id: IndexValue

Methods

clone

  • clone(): DocType
  • Returns DocType