Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReportSectionCompleted.cs
1
using
System;
2
using
System.Xml;
3
4
namespace
Waher.Client.WPF.Controls.Report
5
{
9
public
class
ReportSectionCompleted
:
ReportElement
10
{
14
public
ReportSectionCompleted
()
15
{
16
}
17
22
public
override
void
ExportXml
(XmlWriter Output)
23
{
24
Output.WriteElementString(
"SectionEnd"
,
string
.Empty);
25
}
26
}
27
}
Waher.Client.WPF.Controls.Report.ReportElement
Abstract base class for report elements.
Definition:
ReportElement.cs:10
Waher.Client.WPF.Controls.Report.ReportSectionCompleted
Completion of a section.
Definition:
ReportSectionCompleted.cs:10
Waher.Client.WPF.Controls.Report.ReportSectionCompleted.ReportSectionCompleted
ReportSectionCompleted()
Completion of a section.
Definition:
ReportSectionCompleted.cs:14
Waher.Client.WPF.Controls.Report.ReportSectionCompleted.ExportXml
override void ExportXml(XmlWriter Output)
Exports element to XML
Definition:
ReportSectionCompleted.cs:22
Waher.Client.WPF.Controls.Report
Definition:
ReportElement.cs:5
IoTGateway
Clients
Waher.Client.WPF
Controls
Report
ReportSectionCompleted.cs
Generated by
1.9.5