Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
GraphVizDocument.cs
1
namespace
Waher.Content.Markdown.GraphViz
2
{
6
public
class
GraphVizDocument
7
{
12
public
GraphVizDocument
(
string
GraphDescription
)
13
{
14
this.GraphDescription =
GraphDescription
;
15
}
16
20
public
string
GraphDescription
{
get
; }
21
}
22
}
Waher.Content.Markdown.GraphViz.GraphVizDocument
Encapsulates a GraphViz document
Definition:
GraphVizDocument.cs:7
Waher.Content.Markdown.GraphViz.GraphVizDocument.GraphDescription
string GraphDescription
Graph Description in dot file format
Definition:
GraphVizDocument.cs:20
Waher.Content.Markdown.GraphViz.GraphVizDocument.GraphVizDocument
GraphVizDocument(string GraphDescription)
Encapsulates a GraphViz document
Definition:
GraphVizDocument.cs:12
Waher.Content.Markdown.GraphViz
Definition:
GraphViz.cs:27
IoTGateway
Content
Waher.Content.Markdown.GraphViz
GraphVizDocument.cs
Generated by
1.9.5