C# 클래스 NodeNetAsync.Views.TemplateRenderer

파일 보기 프로젝트 열기: soywiz/NodeNetAsync

보호된 프로퍼티들

프로퍼티 타입 설명
TemplateFactory CSharpUtils.Templates.TemplateFactory

공개 메소드들

메소드 설명
CreateFromVirtualFileSystemAsync ( IVirtualFileSystem FileSystem, bool OutputGeneratedCode = false ) : Task
WriteToAsync ( IAsyncWriter Stream, String TemplateName, object>.Dictionary Scope = null ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
GetTemplateCodeByFileAsync ( string TemplateName ) : Task

메소드 상세

CreateFromVirtualFileSystemAsync() 정적인 공개 메소드

static public CreateFromVirtualFileSystemAsync ( IVirtualFileSystem FileSystem, bool OutputGeneratedCode = false ) : Task
FileSystem IVirtualFileSystem
OutputGeneratedCode bool
리턴 Task

GetTemplateCodeByFileAsync() 보호된 메소드

protected GetTemplateCodeByFileAsync ( string TemplateName ) : Task
TemplateName string
리턴 Task

WriteToAsync() 공개 메소드

public WriteToAsync ( IAsyncWriter Stream, String TemplateName, object>.Dictionary Scope = null ) : System.Threading.Tasks.Task
Stream IAsyncWriter
TemplateName String
Scope object>.Dictionary
리턴 System.Threading.Tasks.Task

프로퍼티 상세

TemplateFactory 보호되어 있는 프로퍼티

protected TemplateFactory,CSharpUtils.Templates TemplateFactory
리턴 CSharpUtils.Templates.TemplateFactory