C# Class Signum.Web.PortableAreas.CompiledViews

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetCompiledType ( string virtualPath ) : Type
virtualPath string
Résultat System.Type

RegisterArea() public static méthode

public static RegisterArea ( Assembly assembly, string areaName ) : void
assembly System.Reflection.Assembly
areaName string
Résultat void

RegisterView() public static méthode

public static RegisterView ( Type viewType ) : void
viewType System.Type
Résultat void

RegisterView() public static méthode

public static RegisterView ( Type viewType, string virtualPath ) : void
viewType System.Type
virtualPath string
Résultat void

RegisterViews() public static méthode

public static RegisterViews ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void