CVS struktur erweitert
This commit is contained in:
24
SanShared/IReadCSVData.cs
Normal file
24
SanShared/IReadCSVData.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SanShared
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public interface IReadCSVData
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
List<UVcsvStrukture> ReadCSVStrukture();
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
string[] Input { get; }
|
||||
}
|
||||
}
|
||||
@@ -48,6 +48,7 @@
|
||||
<Compile Include="ILanguage.cs" />
|
||||
<Compile Include="IMakeProtokol.cs" />
|
||||
<Compile Include="IProjekt.cs" />
|
||||
<Compile Include="IReadCSVData.cs" />
|
||||
<Compile Include="ITemperature.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="UVcsvStrukture.cs" />
|
||||
|
||||
@@ -30,6 +30,6 @@ namespace SanShared
|
||||
/// <summary>
|
||||
/// Geschwindigkeit vom Eintrag
|
||||
/// </summary>
|
||||
public double Geschwindigkeit { get => geschwindigkeit; set => geschwindigkeit = value; }
|
||||
public int Geschwindigkeit { get => geschwindigkeit; set => geschwindigkeit = value; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user