C# Класс Signum.Web.PortableAreas.CompiledRazorBuildProvider

Наследование: System.Web.WebPages.Razor.RazorBuildProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
GetCodeCompileUnit ( IDictionary &linePragmasTable ) : CodeCompileUnit
InternalOpenReader ( ) : TextReader

Описание методов

GenerateCode() публичный Метод

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.
Результат void

GetCodeCompileUnit() защищенный Метод

protected GetCodeCompileUnit ( IDictionary &linePragmasTable ) : CodeCompileUnit
linePragmasTable IDictionary
Результат System.CodeDom.CodeCompileUnit

GetGeneratedType() публичный Метод

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.
Результат System.Type

InternalOpenReader() защищенный Метод

protected InternalOpenReader ( ) : TextReader
Результат System.IO.TextReader