GraphTemplate<T> Class

Summary

Template for processing web files before saving
Assembly
Cake.Graph.dll
Namespace
Cake.Graph
Base Types
  • TemplatePage<T>
graph BT Type-->Base0["TemplatePage<T>"] Type["GraphTemplate<T>"] class Type type-node

Syntax

public class GraphTemplate<T> : TemplatePage<T>

Type Parameters

Name Description
T

Constructors

Name Summary
GraphTemplate()

Properties

Name Value Summary
Model T
Model to use in Template

Methods

Name Value Summary
ExecuteAsync() Task

Extension Methods

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