IGraphTemplateRepository Interface

Summary

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

Syntax

public interface IGraphTemplateRepository

Properties

Name Value Summary
TemplateResourcePaths IDictionary<TemplateTypes, string>
Provides tempalte types and their keys

Methods

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

Extension Methods

Name Value Summary
Dump<IGraphTemplateRepository>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IGraphTemplateRepository>(IGraphTemplateRepository[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IGraphTemplateRepository>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IGraphTemplateRepository>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IGraphTemplateRepository>(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<IGraphTemplateRepository>(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