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 Version History

« Previous Version 2 Current »

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.

If necessary, an application can also get the model by calling GetModel() or GetInstance<IMetaModel> on the application, session or IOC container directly.

  • No labels