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