GraphSettingsExtensions Class

Summary

Graph settings extensions
Assembly
Cake.Graph.dll
Namespace
Cake.Graph
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["GraphSettingsExtensions"] class Type type-node

Syntax

public static class GraphSettingsExtensions

Methods

Name Value Summary
SetOutputPath(GraphSettings, string) GraphSettings
Root path for deploying all files
static
WithCustomGenerator(GraphSettings, ITaskGraphGenerator) GraphSettings
Use a custom generator
static
WithCytoscapeGenerator(GraphSettings) GraphSettings
Use a generator which outputs in cytoscape syntax
static
WithCytoscapeHtmlGenerator(GraphSettings) GraphSettings
Use a generator which outputs separate files with cytoscape graphs
static
WithCytoscapeWyamGenerator(GraphSettings) GraphSettings
Use a generator which outputs separate files for wyam with cytoscape graphs
static
WithMermaidGenerator(GraphSettings) GraphSettings
Use a generator which outputs in mermaid syntax
static
WithMermaidHtmlGenerator(GraphSettings) GraphSettings
Use a generator which outputs separate files with mermaid graphs
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin