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.