C# Class Aqueduct.FrontEnd.Site.ModelProvider

Inheritance: IModelProvider
ファイルを表示 Open project: aqueduct/Appia

Public Methods

Method 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 method

public GetGlobalModel ( ) : dynamic
return dynamic

GetModel() public method

public GetModel ( string viewName ) : dynamic
viewName string
return dynamic

ModelProvider() public method

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