This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Graph.
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 |
Root path for deploying all files
static
|
WithCustomGenerator |
GraphSettings |
Use a custom generator
static
|
With |
GraphSettings |
Use a generator which outputs in cytoscape syntax
static
|
With |
GraphSettings |
Use a generator which outputs separate files with cytoscape graphs
static
|
With |
GraphSettings |
Use a generator which outputs separate files for wyam with cytoscape graphs
static
|
WithMermaidGenerator |
GraphSettings |
Use a generator which outputs in mermaid syntax
static
|
With |
GraphSettings |
Use a generator which outputs separate files with mermaid graphs
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|