C# 클래스 Signum.Web.PortableAreas.CompiledViews

파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 메소드들

메소드 설명
GetCompiledType ( string virtualPath ) : Type
RegisterArea ( Assembly assembly, string areaName ) : void
RegisterView ( Type viewType ) : void
RegisterView ( Type viewType, string virtualPath ) : void
RegisterViews ( Assembly assembly ) : void

메소드 상세

GetCompiledType() 공개 정적인 메소드

public static GetCompiledType ( string virtualPath ) : Type
virtualPath string
리턴 System.Type

RegisterArea() 공개 정적인 메소드

public static RegisterArea ( Assembly assembly, string areaName ) : void
assembly System.Reflection.Assembly
areaName string
리턴 void

RegisterView() 공개 정적인 메소드

public static RegisterView ( Type viewType ) : void
viewType System.Type
리턴 void

RegisterView() 공개 정적인 메소드

public static RegisterView ( Type viewType, string virtualPath ) : void
viewType System.Type
virtualPath string
리턴 void

RegisterViews() 공개 정적인 메소드

public static RegisterViews ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void