C# Class Signum.Web.PortableAreas.CompiledViews

Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Methods

Method Description
GetCompiledType ( string virtualPath ) : Type
RegisterArea ( Assembly assembly, string areaName ) : void
RegisterView ( Type viewType ) : void
RegisterView ( Type viewType, string virtualPath ) : void
RegisterViews ( Assembly assembly ) : void

Method Details

GetCompiledType() public static method

public static GetCompiledType ( string virtualPath ) : Type
virtualPath string
return System.Type

RegisterArea() public static method

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

RegisterView() public static method

public static RegisterView ( Type viewType ) : void
viewType System.Type
return void

RegisterView() public static method

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

RegisterViews() public static method

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