GraphSettings Class

Summary

Settings for creating the graph files
Namespace
Cake.Graph
Base Types
  • object
graph TD Base0["object"]-->Type Type["GraphSettings"] class Type type-node

Syntax

public class GraphSettings

Properties

Name Value Summary
Generator ITaskGraphGenerator
The generator which will convert the task and dependencies to a string
OutputPath string
Root folder to deploy content to

Extension Methods

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