Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReportObjectAttribute.cs
1using System.Xml;
2
4{
9 {
15 public ReportObjectAttribute(XmlElement Xml, string AttributeName)
16 : base(Xml, AttributeName)
17 {
18 }
19
25 public override object ParseValue(string s)
26 {
27 return s;
28 }
29 }
30}
Abstract base class for report attributes.
override object ParseValue(string s)
Parses a string representation of a value.
ReportObjectAttribute(XmlElement Xml, string AttributeName)
Report object attribute.