C# Class ServiceStack.Razor.Compilation.ServiceStackCSharpCodeParser

Inheritance: System.Web.Razor.Parser.CSharpCodeParser
Afficher le fichier Open project: nustack/ServiceStack

Méthodes publiques

Méthode Description
ServiceStackCSharpCodeParser ( ) : System

Méthodes protégées

Méthode Description
InheritsDirective ( ) : void
LayoutDirective ( ) : void
ModelDirective ( ) : void

Private Methods

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

Method Details

InheritsDirective() protected méthode

protected InheritsDirective ( ) : void
Résultat void

LayoutDirective() protected méthode

protected LayoutDirective ( ) : void
Résultat void

ModelDirective() protected méthode

protected ModelDirective ( ) : void
Résultat void

ServiceStackCSharpCodeParser() public méthode

public ServiceStackCSharpCodeParser ( ) : System
Résultat System