Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

A Quino application works with a main IMetaModel (Metadata Models). This section describes how Quino constructs models and how it provides the main instance of a model to the application.

See Builder API for information about how to define a model.

Accessing the model

An application should inject the IMetaModel wherever possible.

...