C# Class Fu.Results.HamlResult

Inheritance: HamlResultBase
Mostrar archivo Open project: chakrit/fu-sharp

Public Methods

Method Description
HamlResult ( string hamlFilename ) : System.Collections.Generic

Protected Methods

Method Description
GetTemplateNames ( IFuContext context ) : IEnumerable
GetTemplateType ( IFuContext context ) : System.Type

Method Details

GetTemplateNames() protected method

protected GetTemplateNames ( IFuContext context ) : IEnumerable
context IFuContext
return IEnumerable

GetTemplateType() protected method

protected GetTemplateType ( IFuContext context ) : System.Type
context IFuContext
return System.Type

HamlResult() public method

public HamlResult ( string hamlFilename ) : System.Collections.Generic
hamlFilename string
return System.Collections.Generic