C# Class Aqueduct.FrontEnd.Site.ModelProvider

Inheritance: IModelProvider
Afficher le fichier Open project: aqueduct/Appia

Méthodes publiques

Méthode Description
GetGlobalModel ( ) : dynamic
GetModel ( string viewName ) : dynamic
ModelProvider ( IRootPathProvider rootPathProvider, IConfiguration settings ) : System

Initializes a new instance of the GlobalModelManager class.

Method Details

GetGlobalModel() public méthode

public GetGlobalModel ( ) : dynamic
Résultat dynamic

GetModel() public méthode

public GetModel ( string viewName ) : dynamic
viewName string
Résultat dynamic

ModelProvider() public méthode

Initializes a new instance of the GlobalModelManager class.
public ModelProvider ( IRootPathProvider rootPathProvider, IConfiguration settings ) : System
rootPathProvider IRootPathProvider
settings IConfiguration
Résultat System