C# Class ServiceStack.Razor.Compilation.ServiceStackCSharpCodeParser

Inheritance: System.Web.Razor.Parser.CSharpCodeParser
Exibir arquivo Open project: nustack/ServiceStack

Public Methods

Method Description
ServiceStackCSharpCodeParser ( ) : System

Protected Methods

Method Description
InheritsDirective ( ) : void
LayoutDirective ( ) : void
ModelDirective ( ) : void

Private Methods

Method Description
CheckForInheritsAndModelStatements ( ) : void
CreateLayoutCodeGenerator ( string layoutPath ) : System.Web.Razor.Generator.SpanCodeGenerator
CreateModelCodeGenerator ( string model ) : System.Web.Razor.Generator.SpanCodeGenerator

Method Details

InheritsDirective() protected method

protected InheritsDirective ( ) : void
return void

LayoutDirective() protected method

protected LayoutDirective ( ) : void
return void

ModelDirective() protected method

protected ModelDirective ( ) : void
return void

ServiceStackCSharpCodeParser() public method

public ServiceStackCSharpCodeParser ( ) : System
return System