Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

  1. You program what your application is all about in the "domain". The entirety of the domain object classes constitutes the domain.
  2. Domain object classes (a.k.a. domain classes) are derived from re-motion's base-class DomainObject, or BindableDomainObject.
  3. The compiled domain results in the domain assembly.
  • No labels