C# Class Signum.Web.PortableAreas.CompiledRazorBuildProvider

Inheritance: System.Web.WebPages.Razor.RazorBuildProvider
Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Méthode Description
GenerateCode ( AssemblyBuilder assemblyBuilder ) : void

Generates source code for the virtual path of the build provider, and adds the source code to a specified assembly builder.

GetGeneratedType ( CompilerResults results ) : Type

Returns a type generated by the build provider from the virtual path.

Méthodes protégées

Méthode Description
GetCodeCompileUnit ( IDictionary &linePragmasTable ) : CodeCompileUnit
InternalOpenReader ( ) : TextReader

Method Details

GenerateCode() public méthode

Generates source code for the virtual path of the build provider, and adds the source code to a specified assembly builder.
public GenerateCode ( AssemblyBuilder assemblyBuilder ) : void
assemblyBuilder System.Web.Compilation.AssemblyBuilder The assembly builder that references the source code generated by the build provider.
Résultat void

GetCodeCompileUnit() protected méthode

protected GetCodeCompileUnit ( IDictionary &linePragmasTable ) : CodeCompileUnit
linePragmasTable IDictionary
Résultat System.CodeDom.CodeCompileUnit

GetGeneratedType() public méthode

Returns a type generated by the build provider from the virtual path.
public GetGeneratedType ( CompilerResults results ) : Type
results System.CodeDom.Compiler.CompilerResults The compilation results for the build provider's virtual path.
Résultat System.Type

InternalOpenReader() protected méthode

protected InternalOpenReader ( ) : TextReader
Résultat System.IO.TextReader