C# 클래스 ServiceStack.Razor.Compilation.ServiceStackCSharpCodeParser

상속: System.Web.Razor.Parser.CSharpCodeParser
파일 보기 프로젝트 열기: nustack/ServiceStack

공개 메소드들

메소드 설명
ServiceStackCSharpCodeParser ( ) : System

보호된 메소드들

메소드 설명
InheritsDirective ( ) : void
LayoutDirective ( ) : void
ModelDirective ( ) : void

비공개 메소드들

메소드 설명
CheckForInheritsAndModelStatements ( ) : void
CreateLayoutCodeGenerator ( string layoutPath ) : System.Web.Razor.Generator.SpanCodeGenerator
CreateModelCodeGenerator ( string model ) : System.Web.Razor.Generator.SpanCodeGenerator

메소드 상세

InheritsDirective() 보호된 메소드

protected InheritsDirective ( ) : void
리턴 void

LayoutDirective() 보호된 메소드

protected LayoutDirective ( ) : void
리턴 void

ModelDirective() 보호된 메소드

protected ModelDirective ( ) : void
리턴 void

ServiceStackCSharpCodeParser() 공개 메소드

public ServiceStackCSharpCodeParser ( ) : System
리턴 System