Property | Type | Description | |
---|---|---|---|
TemplateFactory |
Method | Description | |
---|---|---|
CreateFromVirtualFileSystemAsync ( IVirtualFileSystem FileSystem, bool OutputGeneratedCode = false ) : Task |
||
WriteToAsync ( IAsyncWriter Stream, String TemplateName, object>.Dictionary |
Method | Description | |
---|---|---|
GetTemplateCodeByFileAsync ( string TemplateName ) : Task |
static public CreateFromVirtualFileSystemAsync ( IVirtualFileSystem FileSystem, bool OutputGeneratedCode = false ) : Task |
||
FileSystem | IVirtualFileSystem | |
OutputGeneratedCode | bool | |
return | Task |
protected GetTemplateCodeByFileAsync ( string TemplateName ) : Task |
||
TemplateName | string | |
return | Task |
public WriteToAsync ( IAsyncWriter Stream, String TemplateName, object>.Dictionary |
||
Stream | IAsyncWriter | |
TemplateName | String | |
Scope | object>.Dictionary | |
return | System.Threading.Tasks.Task |