IGraphTemplateRepository Interface

Summary

Reads resources to strings
Namespace
Cake.Graph.Templates
Implementing Types
graph TD Type["IGraphTemplateRepository"] class Type type-node Type-.->Implementing0["GraphTemplateRepository"] click Implementing0 "/Cake.Graph/api/Cake.Graph.Templates/GraphTemplateRepository"

Syntax

public interface IGraphTemplateRepository

Properties

Name Value Summary
TemplateResourcePaths IDictionary<TKey, TValue>
Provides tempalte types and their keys

Methods

Name Value Summary
ReadResourceToString(string) string
Reads the specified resource to string