C# Class NodeNetAsync.Views.TemplateRenderer

Afficher le fichier Open project: soywiz/NodeNetAsync

Protected Properties

Свойство Type Description
TemplateFactory CSharpUtils.Templates.TemplateFactory

Méthodes publiques

Méthode Description
CreateFromVirtualFileSystemAsync ( IVirtualFileSystem FileSystem, bool OutputGeneratedCode = false ) : Task
WriteToAsync ( IAsyncWriter Stream, String TemplateName, object>.Dictionary Scope = null ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
GetTemplateCodeByFileAsync ( string TemplateName ) : Task

Method Details

CreateFromVirtualFileSystemAsync() static public méthode

static public CreateFromVirtualFileSystemAsync ( IVirtualFileSystem FileSystem, bool OutputGeneratedCode = false ) : Task
FileSystem IVirtualFileSystem
OutputGeneratedCode bool
Résultat Task

GetTemplateCodeByFileAsync() protected méthode

protected GetTemplateCodeByFileAsync ( string TemplateName ) : Task
TemplateName string
Résultat Task

WriteToAsync() public méthode

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

Property Details

TemplateFactory protected_oe property

protected TemplateFactory,CSharpUtils.Templates TemplateFactory
Résultat CSharpUtils.Templates.TemplateFactory