Previous Topic: Adding Employee Records

Next Topic: Creating a Wizard

Chapter Review

In this chapter you:

This chapter introduced the following patterns:

 

Pattern

Description

Chapter Review (6)

FIELDS/Status

A data field with a group of predefined values.

Chapter Review (7)

FOUNDATION/ReferredTo

Provides a function that lets you select from a list of existing records to fill in a foreign key field in a dialog.

Chapter Review (8)

FOUNDATION/OwnedCascade

An abstract entity, used for the child part of a parent/child relationship, which provides cascade deletion.

This chapter introduced the following triples:

Triple

Description

ENT described by DGM

Associates a diagram object with the source entity.

ENT owned by ENT

Defines a parent/child relationship between two entities.

ENT refers to ENT

Specifies that one entity references another.

ENT replaces ENT
...by ENT

Replaces an abstract entity with a real entity in your application.