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

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SetModelTypeCodeGenerator ( string modelType, string genericTypeFormat ) : System
ToString ( ) : string

Protected Methods

Method Description
ResolveType ( System.Web.Razor.Generator.CodeGeneratorContext context, string baseType ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ResolveType() protected method

protected ResolveType ( System.Web.Razor.Generator.CodeGeneratorContext context, string baseType ) : string
context System.Web.Razor.Generator.CodeGeneratorContext
baseType string
return string

SetModelTypeCodeGenerator() public method

public SetModelTypeCodeGenerator ( string modelType, string genericTypeFormat ) : System
modelType string
genericTypeFormat string
return System

ToString() public method

public ToString ( ) : string
return string