IGraphTemplateManager Interface

Summary

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

Syntax

public interface IGraphTemplateManager

Methods

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

Extension Methods

Name Value Summary
Dump<IGraphTemplateManager>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IGraphTemplateManager>(IGraphTemplateManager[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IGraphTemplateManager>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IGraphTemplateManager>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IGraphTemplateManager>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IGraphTemplateManager>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin