C# 클래스 Fu.Results.HamlResult

상속: HamlResultBase
파일 보기 프로젝트 열기: chakrit/fu-sharp

공개 메소드들

메소드 설명
HamlResult ( string hamlFilename ) : System.Collections.Generic

보호된 메소드들

메소드 설명
GetTemplateNames ( IFuContext context ) : IEnumerable
GetTemplateType ( IFuContext context ) : System.Type

메소드 상세

GetTemplateNames() 보호된 메소드

protected GetTemplateNames ( IFuContext context ) : IEnumerable
context IFuContext
리턴 IEnumerable

GetTemplateType() 보호된 메소드

protected GetTemplateType ( IFuContext context ) : System.Type
context IFuContext
리턴 System.Type

HamlResult() 공개 메소드

public HamlResult ( string hamlFilename ) : System.Collections.Generic
hamlFilename string
리턴 System.Collections.Generic