C# 클래스 Aqueduct.FrontEnd.Site.ModelProvider

상속: IModelProvider
파일 보기 프로젝트 열기: aqueduct/Appia

공개 메소드들

메소드 설명
GetGlobalModel ( ) : dynamic
GetModel ( string viewName ) : dynamic
ModelProvider ( IRootPathProvider rootPathProvider, IConfiguration settings ) : System

Initializes a new instance of the GlobalModelManager class.

메소드 상세

GetGlobalModel() 공개 메소드

public GetGlobalModel ( ) : dynamic
리턴 dynamic

GetModel() 공개 메소드

public GetModel ( string viewName ) : dynamic
viewName string
리턴 dynamic

ModelProvider() 공개 메소드

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