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

상속: System.Web.WebPages.Razor.RazorBuildProvider
파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
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