Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReportElement.cs
1using System;
2using System.Xml;
3
5{
9 public abstract class ReportElement
10 {
15 public abstract void ExportXml(XmlWriter Output);
16 }
17}
Abstract base class for report elements.
abstract void ExportXml(XmlWriter Output)
Exports element to XML