Method | Description | |
---|---|---|
DefaultTemplateSource ( IFileService fileServices, ITemplateEngineRegistry templateEngineRegistry ) : System | ||
GetTemplateFromFile ( string file ) : ITemplate | ||
GetTemplateFromString ( string content ) : ITemplate | ||
GetTemplateWithKey ( string key ) : ITemplate | ||
RegisterTemplateWithFile ( string key, string file ) : void | ||
RegisterTemplateWithString ( string key, string content ) : void | ||
UnregisterTemplate ( string key ) : void |
public DefaultTemplateSource ( IFileService fileServices, ITemplateEngineRegistry templateEngineRegistry ) : System | ||
fileServices | IFileService | |
templateEngineRegistry | ITemplateEngineRegistry | |
return | System |
public GetTemplateFromFile ( string file ) : ITemplate | ||
file | string | |
return | ITemplate |
public GetTemplateFromString ( string content ) : ITemplate | ||
content | string | |
return | ITemplate |
public GetTemplateWithKey ( string key ) : ITemplate | ||
key | string | |
return | ITemplate |
public RegisterTemplateWithFile ( string key, string file ) : void | ||
key | string | |
file | string | |
return | void |
public RegisterTemplateWithString ( string key, string content ) : void | ||
key | string | |
content | string | |
return | void |
public UnregisterTemplate ( string key ) : void | ||
key | string | |
return | void |