Umstrukturierungen
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace KlassenBIB
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public class AbwasserTechnischeAnlageCollection : List<Inspektionsobjekt>
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
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>
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -4,12 +4,9 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace KlassenBIB
|
namespace KlassenBIB.Collections
|
||||||
{
|
{
|
||||||
/// <summary>
|
public class AbwasserTechnischeAnlage : List<Inspektionsobjekt>
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public class BilderCollection : List<SavedBilder>
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -5,12 +5,9 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace KlassenBIB
|
namespace KlassenBIB.Collections
|
||||||
{
|
{
|
||||||
/// <summary>
|
public class AuftraggeberList : List<IAuftraggeber>
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public class AuftraggeberListCollection : List<IAuftraggeber>
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -4,12 +4,9 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace KlassenBIB
|
namespace KlassenBIB.Collections
|
||||||
{
|
{
|
||||||
/// <summary>
|
public class AusgefuehrteTaetigkeiten : List<KlassenBIB.AusgefuehrteTaetigkeiten>
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public class SanierungCollection : List<Sanierung>
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
12
KlassenBIB/Collections/Bilder.cs
Normal file
12
KlassenBIB/Collections/Bilder.cs
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace KlassenBIB.Collections
|
||||||
|
{
|
||||||
|
public class Bilder : List<SavedBilder>
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,9 +6,6 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace KlassenBIB
|
namespace KlassenBIB
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public class ChargeNummerCollection : List<StructChargeNummern>
|
public class ChargeNummerCollection : List<StructChargeNummern>
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
12
KlassenBIB/Collections/ImprägnierBericht.cs
Normal file
12
KlassenBIB/Collections/ImprägnierBericht.cs
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace KlassenBIB.Collections
|
||||||
|
{
|
||||||
|
public class ImprägnierBericht : List<WerkseitigImprägniert>
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -5,13 +5,10 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace KlassenBIB
|
namespace KlassenBIB.Collections
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
[Browsable(false)]
|
[Browsable(false)]
|
||||||
public class InspektionskuerzelnCollection : List<Inspektionskuerzeln>
|
public class Inspektionskuerzeln : List<KlassenBIB.Inspektionskuerzeln>
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
12
KlassenBIB/Collections/Leistungsverzeichnis.cs
Normal file
12
KlassenBIB/Collections/Leistungsverzeichnis.cs
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace KlassenBIB.Collections
|
||||||
|
{
|
||||||
|
public class Leistungsverzeichnis : List<LeistungsVerzeichnis>
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
12
KlassenBIB/Collections/Sanierung.cs
Normal file
12
KlassenBIB/Collections/Sanierung.cs
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace KlassenBIB.Collections
|
||||||
|
{
|
||||||
|
public class Sanierung : List<KlassenBIB.Sanierung>
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
12
KlassenBIB/Collections/Sanierungskonzept.cs
Normal file
12
KlassenBIB/Collections/Sanierungskonzept.cs
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace KlassenBIB.Collections
|
||||||
|
{
|
||||||
|
public class Sanierungskonzept : List<KlassenBIB.Sanierungskonzept>
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -12,57 +12,31 @@ namespace KlassenBIB
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class Inspektionskuerzeln
|
public class Inspektionskuerzeln
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public decimal Station { get; set; }
|
public decimal Station { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Hauptkode { get; set; }
|
public string Hauptkode { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Charakterisierung1 { get; set; }
|
public string Charakterisierung1 { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Charakterisierung2 { get; set; }
|
public string Charakterisierung2 { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public uint Quantifizierung1 { get; set; }
|
public uint Quantifizierung1 { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public uint Quantifizierung2 { get; set; }
|
public uint Quantifizierung2 { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public uint LageAmUmfangStart { get; set; }
|
public uint LageAmUmfangStart { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public uint LageAmUmfangEnde { get; set; }
|
public uint LageAmUmfangEnde { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool ImVerbindung { get; set; }
|
public bool ImVerbindung { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string FotoReferenz { get; set; }
|
public string FotoReferenz { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string VideoReferenz { get; set; }
|
public string VideoReferenz { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Anmerkung { get; set; }
|
public string Anmerkung { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
public Collections.Sanierungskonzept Sanierungskonzepts { get; set; }
|
||||||
/// </summary>
|
|
||||||
public SanierungskonzeptCollection Sanierungskonzepts { get; set; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,94 +14,52 @@ namespace KlassenBIB
|
|||||||
public class Inspektionsobjekt
|
public class Inspektionsobjekt
|
||||||
{
|
{
|
||||||
private string strasseName = "none";
|
private string strasseName = "none";
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool GeschlossenesEnde { get; set; }
|
public bool GeschlossenesEnde { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string StrasseName { get => strasseName; set => strasseName = value; }
|
public string StrasseName { get => strasseName; set => strasseName = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string OrtName { get; set; }
|
public string OrtName { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Hausnummer { get; set; }
|
public string Hausnummer { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Projektnummer { get; set; }
|
public string Projektnummer { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Objektbezeichnung { get; set; }
|
public string Objektbezeichnung { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string VonPunkt { get; set; }
|
public string VonPunkt { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string BisPunkt { get; set; }
|
public string BisPunkt { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string RohrMaterial { get; set; }
|
public string RohrMaterial { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public uint Kanalrohrweite { get; set; }
|
public uint Kanalrohrweite { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double Haltungslaenge { get; set; }
|
public double Haltungslaenge { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double Schachtlaenge { get; set; }
|
public double Schachtlaenge { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public DateTime HaltungGemessen { get; set; }
|
public DateTime HaltungGemessen { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
public Collections.Inspektionskuerzeln Schadenskuerzeln { get; set; }
|
||||||
/// </summary>
|
|
||||||
public InspektionskuerzelnCollection Schadenskuerzeln { get; set; }
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Bemerkung { get; set; }
|
public string Bemerkung { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
public Collections.Sanierung Sanierung { get;set; }
|
||||||
/// </summary>
|
|
||||||
public SanierungCollection Sanierung { get;set; }
|
public Collections.AusgefuehrteTaetigkeiten AusgefuehrteTaetigkeiten { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public AusgefuehrteTaetigkeitenCollection AusgefuehrteTaetigkeiten { get; set; }
|
|
||||||
/// <summary>
|
|
||||||
/// In welcher Richtung wurde Inspiziert
|
|
||||||
/// </summary>
|
|
||||||
public string Inspektionsrichtung { get; set; }
|
public string Inspektionsrichtung { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Sanierungsnummer { get; set; }
|
public string Sanierungsnummer { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public Guid Guid { get; set; }
|
public Guid Guid { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public Inspektionsobjekt()
|
public Inspektionsobjekt()
|
||||||
{
|
{
|
||||||
Schadenskuerzeln = new InspektionskuerzelnCollection();
|
Schadenskuerzeln = new Collections.Inspektionskuerzeln();
|
||||||
Sanierung = new SanierungCollection();
|
Sanierung = new Collections.Sanierung();
|
||||||
AusgefuehrteTaetigkeiten = new AusgefuehrteTaetigkeitenCollection();
|
AusgefuehrteTaetigkeiten = new Collections.AusgefuehrteTaetigkeiten();
|
||||||
if (HaltungGemessen <= DateTime.MinValue || HaltungGemessen >= DateTime.MaxValue) HaltungGemessen = DateTime.Now;
|
if (HaltungGemessen <= DateTime.MinValue || HaltungGemessen >= DateTime.MaxValue) HaltungGemessen = DateTime.Now;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,42 +44,43 @@
|
|||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="AbstractImprägnier.cs" />
|
<Compile Include="Collections\ImprägnierBericht.cs" />
|
||||||
<Compile Include="AbwasserTechnischeAnlageCollection.cs" />
|
<Compile Include="Sanierung\Renovation\AbstractImprägnier.cs" />
|
||||||
<Compile Include="AnlagenType.cs" />
|
<Compile Include="Collections\AbwasserTechnischeAnlage.cs" />
|
||||||
|
<Compile Include="Sanierung\Renovation\UVAnlagenTyp.cs" />
|
||||||
<Compile Include="Auftraggeber.cs" />
|
<Compile Include="Auftraggeber.cs" />
|
||||||
<Compile Include="AuftraggeberListCollection.cs" />
|
<Compile Include="Collections\AuftraggeberList.cs" />
|
||||||
<Compile Include="AusgefuehrteTaetigkeiten.cs" />
|
<Compile Include="AusgefuehrteTaetigkeiten.cs" />
|
||||||
<Compile Include="AusgefuehrteTaetigkeitenCollection.cs" />
|
<Compile Include="Collections\AusgefuehrteTaetigkeiten.cs" />
|
||||||
<Compile Include="BilderCollection.cs" />
|
<Compile Include="Collections\Bilder.cs" />
|
||||||
<Compile Include="ChargeNummerCollection.cs" />
|
<Compile Include="Collections\ChargeNummer.cs" />
|
||||||
<Compile Include="Hutprofil.cs" />
|
<Compile Include="Sanierung\Reparatur\Hutprofil.cs" />
|
||||||
<Compile Include="IImportedObjekte.cs" />
|
<Compile Include="IImportedObjekte.cs" />
|
||||||
<Compile Include="ImprägnierungStrukture.cs" />
|
<Compile Include="Sanierung\Renovation\ImprägnierungStrukture.cs" />
|
||||||
<Compile Include="InlinerSanierung.cs" />
|
<Compile Include="Sanierung\Renovation\InlinerSanierung.cs" />
|
||||||
<Compile Include="Kurzliner.cs" />
|
<Compile Include="Sanierung\Reparatur\Kurzliner.cs" />
|
||||||
<Compile Include="LeistungsVerzeichnis.cs" />
|
<Compile Include="LeistungsVerzeichnis.cs" />
|
||||||
<Compile Include="LeistungsverzeichnisCollection.cs" />
|
<Compile Include="Collections\Leistungsverzeichnis.cs" />
|
||||||
<Compile Include="Lieferschein.cs" />
|
<Compile Include="Lieferschein.cs" />
|
||||||
<Compile Include="MainDataBase.cs" />
|
<Compile Include="MainDataBase.cs" />
|
||||||
<Compile Include="Projekt.cs" />
|
<Compile Include="Projekt.cs" />
|
||||||
<Compile Include="Inspektionskuerzeln.cs" />
|
<Compile Include="Inspektionskuerzeln.cs" />
|
||||||
<Compile Include="InspektionskuerzelnCollection.cs" />
|
<Compile Include="Collections\Inspektionskuerzeln.cs" />
|
||||||
<Compile Include="Inspektionsobjekt.cs" />
|
<Compile Include="Inspektionsobjekt.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Quicklock.cs" />
|
<Compile Include="Sanierung\Reparatur\Quicklock.cs" />
|
||||||
<Compile Include="Reparatur.cs" />
|
<Compile Include="Sanierung\Reparatur.cs" />
|
||||||
<Compile Include="SanMitHarz.cs" />
|
<Compile Include="Sanierung\Reparatur\SanMitHarz.cs" />
|
||||||
<Compile Include="Sanieren.cs" />
|
<Compile Include="Sanierung\Renovation\AbstractSanieren.cs" />
|
||||||
<Compile Include="Sanierung.cs" />
|
<Compile Include="Sanierung\Sanierung.cs" />
|
||||||
<Compile Include="SanierungCollection.cs" />
|
<Compile Include="Collections\Sanierung.cs" />
|
||||||
<Compile Include="Sanierungskonzept.cs" />
|
<Compile Include="Sanierungskonzept.cs" />
|
||||||
<Compile Include="SanierungskonzeptCollection.cs" />
|
<Compile Include="Collections\Sanierungskonzept.cs" />
|
||||||
<Compile Include="SavedBilder.cs" />
|
<Compile Include="SavedBilder.cs" />
|
||||||
<Compile Include="SchachtAnbindung.cs" />
|
<Compile Include="SchachtAnbindung.cs" />
|
||||||
<Compile Include="StructChargeNummern.cs" />
|
<Compile Include="Sanierung\StructChargeNummern.cs" />
|
||||||
<Compile Include="VorOrtImprägnier.cs" />
|
<Compile Include="Sanierung\Renovation\VorOrtImprägnier.cs" />
|
||||||
<Compile Include="WerkseitigImprägniert.cs" />
|
<Compile Include="Sanierung\Renovation\WerkseitigImprägniert.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\SanShared\SanShared.csproj">
|
<ProjectReference Include="..\SanShared\SanShared.csproj">
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
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>
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -7,22 +7,15 @@ using System.Windows.Markup;
|
|||||||
|
|
||||||
namespace KlassenBIB
|
namespace KlassenBIB
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
[ContentProperty("AuftraggeberListe")]
|
[ContentProperty("AuftraggeberListe")]
|
||||||
public class MainDataBase
|
public class MainDataBase
|
||||||
{
|
{
|
||||||
/// <summary>
|
public Collections.AuftraggeberList AuftraggeberListe { get; set; }
|
||||||
///
|
public Collections.ImprägnierBericht ImprägnierBerichtListe { get; set; }
|
||||||
/// </summary>
|
|
||||||
public AuftraggeberListCollection AuftraggeberListe { get; set; }
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public MainDataBase()
|
public MainDataBase()
|
||||||
{
|
{
|
||||||
AuftraggeberListe = new AuftraggeberListCollection();
|
AuftraggeberListe = new Collections.AuftraggeberList();
|
||||||
|
ImprägnierBerichtListe = new Collections.ImprägnierBericht();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,33 +15,18 @@ namespace KlassenBIB
|
|||||||
[ContentProperty("Objekte")]
|
[ContentProperty("Objekte")]
|
||||||
public class Projekt :IProjekt
|
public class Projekt :IProjekt
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Nummer { get; set; }
|
public string Nummer { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Ort { get; set; }
|
public string Ort { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public IAuftraggeber Auftraggeber { get; set; }
|
public IAuftraggeber Auftraggeber { get; set; }
|
||||||
/// <summary>
|
public Collections.Leistungsverzeichnis Leistungsverzeichnis { get; set; }
|
||||||
///
|
public Collections.AbwasserTechnischeAnlage Objekte { get; set; }
|
||||||
/// </summary>
|
|
||||||
public LeistungsverzeichnisCollection Leistungsverzeichnis { get; set; }
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public AbwasserTechnischeAnlageCollection Objekte { get; set; }
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Projekt()
|
public Projekt()
|
||||||
{
|
{
|
||||||
Objekte = new AbwasserTechnischeAnlageCollection();
|
Objekte = new Collections.AbwasserTechnischeAnlage();
|
||||||
Leistungsverzeichnis = new LeistungsverzeichnisCollection();
|
Leistungsverzeichnis = new Collections.Leistungsverzeichnis();
|
||||||
Auftraggeber = new Auftraggeber();
|
Auftraggeber = new Auftraggeber();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,30 +6,18 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace KlassenBIB
|
namespace KlassenBIB
|
||||||
{
|
{
|
||||||
/// <summary>
|
public abstract class AbstractSanieren : Sanierung
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public abstract class Sanieren : Sanierung
|
|
||||||
{
|
{
|
||||||
|
|
||||||
DateTime datum = new DateTime();
|
DateTime datum = new DateTime();
|
||||||
bool fertig = false;
|
bool fertig = false;
|
||||||
string verzeichnispfad;
|
string verzeichnispfad;
|
||||||
/// <summary>
|
|
||||||
///
|
#region getSeters
|
||||||
/// </summary>
|
|
||||||
public string Besatzung { get; set; }
|
public string Besatzung { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public DateTime Datum { get => datum; set => datum = value; }
|
public DateTime Datum { get => datum; set => datum = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool Fertig { get => fertig; set => fertig = value; }
|
public bool Fertig { get => fertig; set => fertig = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Verzeichnispfad { get => verzeichnispfad; protected set => verzeichnispfad = value; }
|
public string Verzeichnispfad { get => verzeichnispfad; protected set => verzeichnispfad = value; }
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -6,18 +6,9 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace KlassenBIB
|
namespace KlassenBIB
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public class ImprägnierungStrukture
|
public class ImprägnierungStrukture
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public DateTime Zeitstempel { get; set; }
|
public DateTime Zeitstempel { get; set; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double Temperature { get; set; }
|
public double Temperature { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -14,7 +14,7 @@ namespace KlassenBIB
|
|||||||
/// Inliner class
|
/// Inliner class
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class InlinerSanierung : Sanieren, IMakeProtokol
|
public sealed class InlinerSanierung : AbstractSanieren, IMakeProtokol
|
||||||
{
|
{
|
||||||
double kalibrierUnterdruck = -0.5;
|
double kalibrierUnterdruck = -0.5;
|
||||||
double kalibierWalzenAbstand = 0.9;
|
double kalibierWalzenAbstand = 0.9;
|
||||||
@@ -35,18 +35,13 @@ namespace KlassenBIB
|
|||||||
DateTime anfangKalibrierung;
|
DateTime anfangKalibrierung;
|
||||||
DateTime endeKalibirierung;
|
DateTime endeKalibirierung;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gibt den kompletten Harzbedarf auf die Haltungslänge bezogen zurück
|
|
||||||
/// </summary>
|
|
||||||
public double GetGesamtHarzbedarf(double haltungslaenge)
|
public double GetGesamtHarzbedarf(double haltungslaenge)
|
||||||
{
|
{
|
||||||
return haltungslaenge * harzbedarf;
|
return haltungslaenge * harzbedarf;
|
||||||
}
|
}
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="projektpfad"></param>
|
|
||||||
/// <returns></returns>
|
|
||||||
public override string CheckVerzeichnisse(string projektpfad)
|
public override string CheckVerzeichnisse(string projektpfad)
|
||||||
{
|
{
|
||||||
string path = Path.Combine(projektpfad, PfadZurSan);
|
string path = Path.Combine(projektpfad, PfadZurSan);
|
||||||
@@ -57,12 +52,7 @@ namespace KlassenBIB
|
|||||||
|
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="destinationPath"></param>
|
|
||||||
/// <param name="projekt">Projekt</param>
|
|
||||||
/// <returns></returns>
|
|
||||||
public Hashtable MakeProtokoll(string destinationPath, IProjekt projekt)
|
public Hashtable MakeProtokoll(string destinationPath, IProjekt projekt)
|
||||||
{
|
{
|
||||||
Hashtable grunddaten = new Hashtable()
|
Hashtable grunddaten = new Hashtable()
|
||||||
@@ -157,30 +147,20 @@ namespace KlassenBIB
|
|||||||
grunddaten["harz_type"] = HarzTyp;
|
grunddaten["harz_type"] = HarzTyp;
|
||||||
return grunddaten;
|
return grunddaten;
|
||||||
}
|
}
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public InlinerSanierung()
|
public InlinerSanierung()
|
||||||
{
|
{
|
||||||
//datumKalibrierung = new DateTime();
|
//datumKalibrierung = new DateTime();
|
||||||
Verzeichnispfad = "UVAnlage";
|
Verzeichnispfad = "UVAnlage";
|
||||||
if (datumKalibrierung <= DateTime.MinValue || datumKalibrierung >= DateTime.MaxValue) datumKalibrierung = DateTime.Now;
|
if (datumKalibrierung <= DateTime.MinValue || datumKalibrierung >= DateTime.MaxValue) datumKalibrierung = DateTime.Now;
|
||||||
}
|
}
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double KalibrierUnterdruck { get => kalibrierUnterdruck; set => kalibrierUnterdruck = value; }
|
public double KalibrierUnterdruck { get => kalibrierUnterdruck; set => kalibrierUnterdruck = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double KalibierWalzenAbstand { get => kalibierWalzenAbstand; set => kalibierWalzenAbstand = value; }
|
public double KalibierWalzenAbstand { get => kalibierWalzenAbstand; set => kalibierWalzenAbstand = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double HarzKalibrierTemperatur { get => harzKalibrierTemperatur; set => harzKalibrierTemperatur = value; }
|
public double HarzKalibrierTemperatur { get => harzKalibrierTemperatur; set => harzKalibrierTemperatur = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public DateTime DatumKalibrierung
|
public DateTime DatumKalibrierung
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@@ -192,65 +172,35 @@ namespace KlassenBIB
|
|||||||
datumKalibrierung = value;
|
datumKalibrierung = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string HarzChargenummer { get => harzChargenummer; set => harzChargenummer = value; }
|
public string HarzChargenummer { get => harzChargenummer; set => harzChargenummer = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string LinerChargenummer { get => linerChargenummer; set => linerChargenummer = value; }
|
public string LinerChargenummer { get => linerChargenummer; set => linerChargenummer = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double Harzbedarf { get => harzbedarf; set => harzbedarf = value; }
|
public double Harzbedarf { get => harzbedarf; set => harzbedarf = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public uint Rueckholgeschwindigkeit { get => rueckholgeschwindigkeit; set => rueckholgeschwindigkeit = value; }
|
public uint Rueckholgeschwindigkeit { get => rueckholgeschwindigkeit; set => rueckholgeschwindigkeit = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool GeschlosseneEnde { get => geschlosseneEnde; set => geschlosseneEnde = value; }
|
public bool GeschlosseneEnde { get => geschlosseneEnde; set => geschlosseneEnde = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double HarzBedarf { get => harzbedarf; set => harzbedarf = value; }
|
public double HarzBedarf { get => harzbedarf; set => harzbedarf = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string HarzTyp { get => harzTyp; set => harzTyp = value; }
|
public string HarzTyp { get => harzTyp; set => harzTyp = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string LinerTyp { get => linerTyp; set => linerTyp = value; }
|
public string LinerTyp { get => linerTyp; set => linerTyp = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public DateTime AnfangAushaertung { get => anfangAushaertung; set => anfangAushaertung = value; }
|
public DateTime AnfangAushaertung { get => anfangAushaertung; set => anfangAushaertung = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public DateTime EndeAushaertung { get => endeAushaertung; set => endeAushaertung = value; }
|
public DateTime EndeAushaertung { get => endeAushaertung; set => endeAushaertung = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Ort { get => ort; set => ort = value; }
|
public string Ort { get => ort; set => ort = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Bediener { get => bediener; set => bediener = value; }
|
public string Bediener { get => bediener; set => bediener = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public DateTime AnfangKalibrierung { get => anfangKalibrierung; set => anfangKalibrierung = value; }
|
public DateTime AnfangKalibrierung { get => anfangKalibrierung; set => anfangKalibrierung = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public DateTime EndeKalibirierung { get => endeKalibirierung; set => endeKalibirierung = value; }
|
public DateTime EndeKalibirierung { get => endeKalibirierung; set => endeKalibirierung = value; }
|
||||||
/// <summary>
|
|
||||||
/// Preliner
|
|
||||||
/// </summary>
|
|
||||||
public bool Preliner { get => preliner; set => preliner = value; }
|
public bool Preliner { get => preliner; set => preliner = value; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class AnlagenType
|
public class UVAnlagenTyp
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
@@ -10,7 +10,7 @@ namespace KlassenBIB
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Abstrakte Klasse zur Darstellung einer Partielle Reparatur
|
/// Abstrakte Klasse zur Darstellung einer Partielle Reparatur
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public abstract class Reparatur : Sanieren
|
public abstract class Reparatur : AbstractSanieren
|
||||||
{
|
{
|
||||||
decimal positionImKanal;
|
decimal positionImKanal;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -8,12 +8,6 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace KlassenBIB
|
namespace KlassenBIB
|
||||||
{
|
{
|
||||||
//
|
|
||||||
// Zusammenfassung:
|
|
||||||
// Bietet die grundlegene Struktur für eine Sanierung
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||||
[Browsable(false)]
|
[Browsable(false)]
|
||||||
public abstract class Sanierung : INotifyPropertyChanged
|
public abstract class Sanierung : INotifyPropertyChanged
|
||||||
@@ -31,14 +25,9 @@ namespace KlassenBIB
|
|||||||
DateTime hDReinigungDatum;
|
DateTime hDReinigungDatum;
|
||||||
//DateTime sanierungsDatum;
|
//DateTime sanierungsDatum;
|
||||||
Inspektionsobjekt inspektionsobjekt;
|
Inspektionsobjekt inspektionsobjekt;
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
protected string pfadZurSan;
|
protected string pfadZurSan;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
[Browsable(false)]
|
[Browsable(false)]
|
||||||
public Sanierung()
|
public Sanierung()
|
||||||
{
|
{
|
||||||
@@ -47,19 +36,11 @@ namespace KlassenBIB
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="projektpfad"></param>
|
|
||||||
/// <returns></returns>
|
|
||||||
public abstract string CheckVerzeichnisse(string projektpfad);
|
public abstract string CheckVerzeichnisse(string projektpfad);
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public Guid Guid { get => guid; set => guid = value; }
|
public Guid Guid { get => guid; set => guid = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double TempAusen
|
public double TempAusen
|
||||||
{
|
{
|
||||||
get => tempAusen;
|
get => tempAusen;
|
||||||
@@ -73,60 +54,35 @@ namespace KlassenBIB
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public double TempKanal { get => tempKanal; set => tempKanal = value; }
|
public double TempKanal { get => tempKanal; set => tempKanal = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public string Wetter { get => wetter; set => wetter = value; }
|
public string Wetter { get => wetter; set => wetter = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool GenehmigungVorhanden { get => genehmigungVorhanden; set => genehmigungVorhanden = value; }
|
public bool GenehmigungVorhanden { get => genehmigungVorhanden; set => genehmigungVorhanden = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool WasserhaltungEingerichtet { get => wasserhaltungEingerichtet; set => wasserhaltungEingerichtet = value; }
|
public bool WasserhaltungEingerichtet { get => wasserhaltungEingerichtet; set => wasserhaltungEingerichtet = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool STVOAbsicherung { get => sTVOAbsicherung; set => sTVOAbsicherung = value; }
|
public bool STVOAbsicherung { get => sTVOAbsicherung; set => sTVOAbsicherung = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool HDReinigung { get => hDReinigung; set => hDReinigung = value; }
|
public bool HDReinigung { get => hDReinigung; set => hDReinigung = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public DateTime HDReinigungDatum { get => hDReinigungDatum; set => hDReinigungDatum = value; }
|
public DateTime HDReinigungDatum { get => hDReinigungDatum; set => hDReinigungDatum = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public Inspektionsobjekt Inspektionsobjekt { get => inspektionsobjekt; set => inspektionsobjekt = value; }
|
public Inspektionsobjekt Inspektionsobjekt { get => inspektionsobjekt; set => inspektionsobjekt = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
protected string PfadZurSan {
|
protected string PfadZurSan {
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return string.Format("{0}-{1}", Inspektionsobjekt.VonPunkt, Inspektionsobjekt.BisPunkt);
|
return string.Format("{0}-{1}", Inspektionsobjekt.VonPunkt, Inspektionsobjekt.BisPunkt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool VorbereitetMechanisch { get => vorbereitetMechanisch; set => vorbereitetMechanisch = value; }
|
public bool VorbereitetMechanisch { get => vorbereitetMechanisch; set => vorbereitetMechanisch = value; }
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public bool VorbereitetRoboter { get => vorbereitetRoboter; set => vorbereitetRoboter = value; }
|
public bool VorbereitetRoboter { get => vorbereitetRoboter; set => vorbereitetRoboter = value; }
|
||||||
|
|
||||||
//public DateTime SanierungsDatum { get => sanierungsDatum; set => sanierungsDatum = value; }
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public event PropertyChangedEventHandler PropertyChanged;
|
public event PropertyChangedEventHandler PropertyChanged;
|
||||||
private void NotifyPropertyChanged([CallerMemberName] string propertyName = null)
|
private void NotifyPropertyChanged([CallerMemberName] string propertyName = null)
|
||||||
{
|
{
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace KlassenBIB
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public class SanierungskonzeptCollection : List<Sanierungskonzept>
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -10,10 +10,10 @@ namespace KlassenBIB
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class SchachtAnbindung : Sanieren
|
public class SchachtAnbindung : AbstractSanieren
|
||||||
{
|
{
|
||||||
string schachtNummer;
|
string schachtNummer;
|
||||||
BilderCollection savedBilders;
|
Collections.Bilder savedBilders;
|
||||||
|
|
||||||
#region GettersSetters
|
#region GettersSetters
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -23,7 +23,7 @@ namespace KlassenBIB
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public BilderCollection SavedBilders { get => savedBilders; set => savedBilders = value; }
|
public Collections.Bilder SavedBilders { get => savedBilders; set => savedBilders = value; }
|
||||||
#endregion
|
#endregion
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
@@ -31,7 +31,7 @@ namespace KlassenBIB
|
|||||||
public SchachtAnbindung()
|
public SchachtAnbindung()
|
||||||
{
|
{
|
||||||
Verzeichnispfad = "Schachtanbindung";
|
Verzeichnispfad = "Schachtanbindung";
|
||||||
SavedBilders = new BilderCollection();
|
SavedBilders = new Collections.Bilder();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ namespace SanSystem
|
|||||||
dr["vorbereitet"] = "am " + objekt.HaltungGemessen.ToShortDateString();
|
dr["vorbereitet"] = "am " + objekt.HaltungGemessen.ToShortDateString();
|
||||||
|
|
||||||
int schachtanbindungen = 0;
|
int schachtanbindungen = 0;
|
||||||
foreach (Sanieren mainsan in objekt.Sanierung)
|
foreach (AbstractSanieren mainsan in objekt.Sanierung)
|
||||||
{
|
{
|
||||||
if (
|
if (
|
||||||
mainsan.Datum.Day == targetDatum.Day &&
|
mainsan.Datum.Day == targetDatum.Day &&
|
||||||
@@ -173,7 +173,7 @@ namespace SanSystem
|
|||||||
add = true;
|
add = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach(Sanieren san in objekt.Sanierung)
|
foreach(AbstractSanieren san in objekt.Sanierung)
|
||||||
{
|
{
|
||||||
if (san.Fertig &&
|
if (san.Fertig &&
|
||||||
|
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ namespace SanSystem
|
|||||||
Inspektionskuerzeln kuerzel = (dgvr.DataBoundItem as Inspektionskuerzeln);
|
Inspektionskuerzeln kuerzel = (dgvr.DataBoundItem as Inspektionskuerzeln);
|
||||||
if (kuerzel == null) return;
|
if (kuerzel == null) return;
|
||||||
if (kuerzel.Sanierungskonzepts == null)
|
if (kuerzel.Sanierungskonzepts == null)
|
||||||
kuerzel.Sanierungskonzepts = new SanierungskonzeptCollection();
|
kuerzel.Sanierungskonzepts = new KlassenBIB.Collections.Sanierungskonzept();
|
||||||
|
|
||||||
|
|
||||||
frmSanKonzeptList frmSanKonzept = new frmSanKonzeptList(kuerzel.Sanierungskonzepts);
|
frmSanKonzeptList frmSanKonzept = new frmSanKonzeptList(kuerzel.Sanierungskonzepts);
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ namespace SanSystem
|
|||||||
int counter = 0;
|
int counter = 0;
|
||||||
foreach(Sanierung san in tmp.Sanierung)
|
foreach(Sanierung san in tmp.Sanierung)
|
||||||
{
|
{
|
||||||
Sanieren _san = (san as Sanieren);
|
AbstractSanieren _san = (san as AbstractSanieren);
|
||||||
if (_san.Fertig) anzahlfertig++;
|
if (_san.Fertig) anzahlfertig++;
|
||||||
counter++;
|
counter++;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchnittstelleImporterTests"
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSVParser", "CSVParser\CSVParser.csproj", "{3F79BD28-9BF6-4902-8977-41E9E71F8488}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSVParser", "CSVParser\CSVParser.csproj", "{3F79BD28-9BF6-4902-8977-41E9E71F8488}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{DDF8C748-82A0-4FFC-8EE1-9C81C26A75E3}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@@ -88,8 +90,10 @@ Global
|
|||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(NestedProjects) = preSolution
|
GlobalSection(NestedProjects) = preSolution
|
||||||
|
{0FEC903E-6C9F-48AC-A207-0BACA184AAA8} = {DDF8C748-82A0-4FFC-8EE1-9C81C26A75E3}
|
||||||
{FF6C3E9C-0AB0-4C67-A150-318C22734FBD} = {8DB2B84C-B8C5-4C32-82C0-47AD5FADD649}
|
{FF6C3E9C-0AB0-4C67-A150-318C22734FBD} = {8DB2B84C-B8C5-4C32-82C0-47AD5FADD649}
|
||||||
{BE364E88-92DA-4A6C-97E7-DDD7D887B3D4} = {8DB2B84C-B8C5-4C32-82C0-47AD5FADD649}
|
{BE364E88-92DA-4A6C-97E7-DDD7D887B3D4} = {8DB2B84C-B8C5-4C32-82C0-47AD5FADD649}
|
||||||
|
{9264791A-9D57-4133-BE47-75721057DBBB} = {DDF8C748-82A0-4FFC-8EE1-9C81C26A75E3}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
SolutionGuid = {78FE215A-2904-4B88-8553-88BF8165DAC4}
|
SolutionGuid = {78FE215A-2904-4B88-8553-88BF8165DAC4}
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ namespace SchnittstelleImporter
|
|||||||
foreach(InspizierteAbwassertechnischeAnlage src in anlagen)
|
foreach(InspizierteAbwassertechnischeAnlage src in anlagen)
|
||||||
{
|
{
|
||||||
Inspektionsobjekt inspektionsobjekt = new Inspektionsobjekt();
|
Inspektionsobjekt inspektionsobjekt = new Inspektionsobjekt();
|
||||||
InspektionskuerzelnCollection inspektionskuerzelns = new InspektionskuerzelnCollection();
|
KlassenBIB.Collections.Inspektionskuerzeln inspektionskuerzelns = new KlassenBIB.Collections.Inspektionskuerzeln();
|
||||||
|
|
||||||
inspektionsobjekt.Projektnummer = projektnummer;
|
inspektionsobjekt.Projektnummer = projektnummer;
|
||||||
inspektionsobjekt.Objektbezeichnung = src.Objektbezeichnung;
|
inspektionsobjekt.Objektbezeichnung = src.Objektbezeichnung;
|
||||||
|
|||||||
Reference in New Issue
Block a user