IGraphTemplateManager Interface

Summary

Parses templates into their resulting html/string
Namespace
Cake.Graph.Templates
Implementing Types
graph TD Type["IGraphTemplateManager"] class Type type-node Type-.->Implementing0["GraphTemplateManager"] click Implementing0 "/Cake.Graph/api/Cake.Graph.Templates/GraphTemplateManager"

Syntax

public interface IGraphTemplateManager

Methods

Name Value Summary
ParseTemplate<T>(TemplateTypes, T) string
Parse the template and return the string result