IGraphTemplateManager.

ParseTemplate<T>(TemplateTypes, T) Method

Summary

Parse the template and return the string result
Namespace
Cake.Graph.Templates
Containing Type
IGraphTemplateManager

Syntax

string ParseTemplate<T>(TemplateTypes templateTypeKey, T model)

Type Parameters

Name Description
T

Parameters

Name Type Description
templateTypeKey TemplateTypes
model T

Return Value

Type Description
string