C# Class ServiceStack.Razor.Compilation.ServiceStackCSharpCodeParser.SetLayoutCodeGenerator

Inheritance: System.Web.Razor.Generator.SpanCodeGenerator
Exibir arquivo Open project: nustack/ServiceStack

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GenerateCode() public method

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
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

SetLayoutCodeGenerator() public method

public SetLayoutCodeGenerator ( string layoutPath ) : System
layoutPath string
return System

ToString() public method

public ToString ( ) : string
return string