Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit f253d3eb authored by Harald Martini's avatar Harald Martini
Browse files

added Signature to AbstractManufacturerReport

parent f44085d3
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
protected XElement Results { get; set; }
protected XElement Vehicle { get; set; }
protected XElement Signature { get; set; }
private VectoRunData _modelData;
public abstract string OutputDataType { get; } //also used as name for the mockup result element
......@@ -74,6 +76,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
Results));
}
#endregion
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment