Constructors
constructor
Defined in catavolt/dialog.ts:5449
Parameters
Properties
Private _propDefs
Defined in catavolt/dialog.ts:5451
Accessors
propCount
Defined in catavolt/dialog.ts:5454
Returns number
propDefs
get propDefs( ) : Array < PropDef >
set propDefs( propDefs: Array < PropDef > ) : void
Defined in catavolt/dialog.ts:5472
Returns Array < PropDef >
Defined in catavolt/dialog.ts:5476
Parameters
Returns void
propNames
get propNames( ) : Array < string >
Defined in catavolt/dialog.ts:5488
Returns Array < string >
propertyDefs
get propertyDefs( ) : Array < PropDef >
set propertyDefs( propDefs: Array < PropDef > ) : void
Defined in catavolt/dialog.ts:5480
Returns Array < PropDef >
Defined in catavolt/dialog.ts:5484
Parameters
Returns void
Methods
propDefAtName
propDefAtName( name: string ) : PropDef
Defined in catavolt/dialog.ts:5458
Parameters
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
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.