GraphTemplateManager Class

Summary

Functions for reading embedded resources
Namespace
Cake.Graph.Templates
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IGraphTemplateManager"]-.->Type click Interface0 "/Cake.Graph/api/Cake.Graph.Templates/IGraphTemplateManager" Type["GraphTemplateManager"] class Type type-node

Syntax

public class GraphTemplateManager : IGraphTemplateManager

Constructors

Name Summary
GraphTemplateManager() GraphTemplateManager
GraphTemplateManager(IGraphTemplateRepository) GraphTemplateManager

Methods

Name Value Summary
ParseTemplate<T>(TemplateTypes, T) string
Parses the specified razor template and returns the result as a string