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

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GenerateCode ( System.Web.Razor.Parser.SyntaxTree.Span target, System.Web.Razor.Generator.CodeGeneratorContext context ) : void
GetHashCode ( ) : int
SetLayoutCodeGenerator ( string layoutPath ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GenerateCode() 공개 메소드

public GenerateCode ( System.Web.Razor.Parser.SyntaxTree.Span target, System.Web.Razor.Generator.CodeGeneratorContext context ) : void
target System.Web.Razor.Parser.SyntaxTree.Span
context System.Web.Razor.Generator.CodeGeneratorContext
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SetLayoutCodeGenerator() 공개 메소드

public SetLayoutCodeGenerator ( string layoutPath ) : System
layoutPath string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string