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

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

removed SourceTypeVersion property from DataSource

parent 245710e2
No related branches found
No related tags found
No related merge requests found
...@@ -80,16 +80,16 @@ namespace TUGraz.VectoCommon.InputData ...@@ -80,16 +80,16 @@ namespace TUGraz.VectoCommon.InputData
public string SourceFile { get; set; } public string SourceFile { get; set; }
/// <summary>
/// returns the version of the namespace uri
/// </summary>
public string SourceVersion { get; set; } public string SourceVersion { get; set; }
/// <summary> /// <summary>
/// In case of components loaded from XML files, this is the name of the XSD Type /// In case of components loaded from XML files, this is the name of the XSD Type
/// </summary> /// </summary>
public string Type { get; set; } public string Type { get; set; }
public string SourceTypeVersion { get; set; }
public string SourcePath => SourceFile != null ? Path.GetDirectoryName(Path.GetFullPath(SourceFile)) : null; public string SourcePath => SourceFile != null ? Path.GetDirectoryName(Path.GetFullPath(SourceFile)) : null;
} }
......
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