KlassenDLL im Main integriert
This commit is contained in:
42
SanSystem/KlassenBIB/Inspektionskuerzeln.cs
Normal file
42
SanSystem/KlassenBIB/Inspektionskuerzeln.cs
Normal file
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Markup;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class Inspektionskuerzeln
|
||||
{
|
||||
|
||||
public decimal Station { get; set; }
|
||||
|
||||
public string Hauptkode { get; set; }
|
||||
|
||||
public string Charakterisierung1 { get; set; }
|
||||
|
||||
public string Charakterisierung2 { get; set; }
|
||||
|
||||
public uint Quantifizierung1 { get; set; }
|
||||
|
||||
public uint Quantifizierung2 { get; set; }
|
||||
|
||||
public uint LageAmUmfangStart { get; set; }
|
||||
|
||||
public uint LageAmUmfangEnde { get; set; }
|
||||
|
||||
public bool ImVerbindung { get; set; }
|
||||
|
||||
public string FotoReferenz { get; set; }
|
||||
|
||||
public string VideoReferenz { get; set; }
|
||||
|
||||
public string Anmerkung { get; set; }
|
||||
|
||||
public Collections.Sanierungskonzept Sanierungskonzepts { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user