Options
All
  • Public
  • Public/Protected
  • All
Menu

In the same way that a PropDef describes a Prop, an EntityRecDef describes an EntityRec. It is composed of PropDefs while the EntityRec is composed of Props. In other words it describes the structure or makeup of a row or record, but does not contain the data values themselves. The corresponding EntityRec contains the actual values.

Hierarchy

  • EntityRecDef

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _propDefs

_propDefs: Array<PropDef>

Accessors

propCount

  • get propCount(): number
  • Returns number

propDefs

  • get propDefs(): Array<PropDef>
  • set propDefs(propDefs: Array<PropDef>): void
  • Returns Array<PropDef>

  • Parameters

    Returns void

propNames

  • get propNames(): Array<string>
  • Returns Array<string>

propertyDefs

  • get propertyDefs(): Array<PropDef>
  • set propertyDefs(propDefs: Array<PropDef>): void
  • Returns Array<PropDef>

  • Parameters

    Returns void

Methods

propDefAtName

  • propDefAtName(name: string): PropDef
  • Parameters

    • name: string

    Returns PropDef

Generated using TypeDoc