Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReportStringAttribute.cs
1
using
System.Xml;
2
3
namespace
Waher.Reports.Model.Attributes
4
{
8
public
class
ReportStringAttribute
:
ReportAttribute
<string>
9
{
15
public
ReportStringAttribute
(XmlElement Xml,
string
AttributeName)
16
: base(Xml, AttributeName)
17
{
18
}
19
25
public
override
string
ParseValue
(
string
s)
26
{
27
return
s;
28
}
29
}
30
}
Waher.Reports.Model.Attributes.ReportAttribute
Abstract base class for report attributes.
Definition:
ReportAttribute.cs:15
Waher.Reports.Model.Attributes.ReportStringAttribute
Report string attribute.
Definition:
ReportStringAttribute.cs:9
Waher.Reports.Model.Attributes.ReportStringAttribute.ReportStringAttribute
ReportStringAttribute(XmlElement Xml, string AttributeName)
Report string attribute.
Definition:
ReportStringAttribute.cs:15
Waher.Reports.Model.Attributes.ReportStringAttribute.ParseValue
override string ParseValue(string s)
Parses a string representation of a value.
Definition:
ReportStringAttribute.cs:25
Waher.Reports.Model.Attributes
Definition:
ReportAttribute.cs:9
IoTGateway
Reports
Waher.Reports.Files
Model
Attributes
ReportStringAttribute.cs
Generated by
1.9.5