C# 클래스 System.Web.Mvc.IronRuby.ViewEngine.RubyTemplate

파일 보기 프로젝트 열기: jschementi/ironrubymvc 1 사용 예제들

공개 메소드들

메소드 설명
AddRequire ( string require ) : void
RubyTemplate ( string templateContents ) : System.Collections.Generic
ToScript ( ) : string
ToScript ( string methodName ) : string
ToScript ( string methodName, StringBuilder builder ) : void

메소드 상세

AddRequire() 공개 메소드

public AddRequire ( string require ) : void
require string
리턴 void

RubyTemplate() 공개 메소드

public RubyTemplate ( string templateContents ) : System.Collections.Generic
templateContents string
리턴 System.Collections.Generic

ToScript() 공개 메소드

public ToScript ( ) : string
리턴 string

ToScript() 공개 메소드

public ToScript ( string methodName ) : string
methodName string
리턴 string

ToScript() 공개 메소드

public ToScript ( string methodName, StringBuilder builder ) : void
methodName string
builder System.Text.StringBuilder
리턴 void