C# 클래스 HandlebarsDotNet.Compiler.FunctionBuilder

파일 보기 프로젝트 열기: rexm/Handlebars.Net 1 사용 예제들

공개 메소드들

메소드 설명
Compile ( IEnumerable expressions, string templatePath = null ) : object>.Action
Compile ( IEnumerable expressions, Expression parentContext, string templatePath = null ) : Expression
FunctionBuilder ( HandlebarsConfiguration configuration ) : System

비공개 메소드들

메소드 설명
CreateExpressionBlock ( IEnumerable expressions ) : Expression

메소드 상세

Compile() 공개 메소드

public Compile ( IEnumerable expressions, string templatePath = null ) : object>.Action
expressions IEnumerable
templatePath string
리턴 object>.Action

Compile() 공개 메소드

public Compile ( IEnumerable expressions, Expression parentContext, string templatePath = null ) : Expression
expressions IEnumerable
parentContext System.Linq.Expressions.Expression
templatePath string
리턴 System.Linq.Expressions.Expression

FunctionBuilder() 공개 메소드

public FunctionBuilder ( HandlebarsConfiguration configuration ) : System
configuration HandlebarsConfiguration
리턴 System