Positionen einträge hinzugefügt
This commit is contained in:
27
KlassenBIB/AusgefuehrteTaetigkeiten.cs
Normal file
27
KlassenBIB/AusgefuehrteTaetigkeiten.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class AusgefuehrteTaetigkeiten
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public DateTime Datum { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public LeistungsVerzeichnis Leistungsverzeichnis { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public decimal Station { get; set; }
|
||||
}
|
||||
}
|
||||
15
KlassenBIB/AusgefuehrteTaetigkeitenCollection.cs
Normal file
15
KlassenBIB/AusgefuehrteTaetigkeitenCollection.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class AusgefuehrteTaetigkeitenCollection : List<AusgefuehrteTaetigkeiten>
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -47,12 +47,17 @@
|
||||
<Compile Include="AnlagenType.cs" />
|
||||
<Compile Include="Auftraggeber.cs" />
|
||||
<Compile Include="AuftraggeberListCollection.cs" />
|
||||
<Compile Include="AusgefuehrteTaetigkeiten.cs" />
|
||||
<Compile Include="AusgefuehrteTaetigkeitenCollection.cs" />
|
||||
<Compile Include="BilderCollection.cs" />
|
||||
<Compile Include="ChargeNummerCollection.cs" />
|
||||
<Compile Include="Hutprofil.cs" />
|
||||
<Compile Include="IImportedObjekte.cs" />
|
||||
<Compile Include="InlinerSanierung.cs" />
|
||||
<Compile Include="Kurzliner.cs" />
|
||||
<Compile Include="LeistungsVerzeichnis.cs" />
|
||||
<Compile Include="LeistungsverzeichnisCollection.cs" />
|
||||
<Compile Include="Lieferschein.cs" />
|
||||
<Compile Include="MainDataBase.cs" />
|
||||
<Compile Include="Projekt.cs" />
|
||||
<Compile Include="Inspektionskuerzeln.cs" />
|
||||
|
||||
27
KlassenBIB/LeistungsVerzeichnis.cs
Normal file
27
KlassenBIB/LeistungsVerzeichnis.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class LeistungsVerzeichnis
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string PositionsNummer { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string PositionsBeschreibung { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string PositionsEinheit { get; set; }
|
||||
}
|
||||
}
|
||||
15
KlassenBIB/LeistungsverzeichnisCollection.cs
Normal file
15
KlassenBIB/LeistungsverzeichnisCollection.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class LeistungsverzeichnisCollection : List<LeistungsVerzeichnis>
|
||||
{
|
||||
}
|
||||
}
|
||||
15
KlassenBIB/Lieferschein.cs
Normal file
15
KlassenBIB/Lieferschein.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class Lieferschein
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user