common/Service/MeterProcessState/Data/Pruefgang.cs
2026-04-23 17:50:07 +02:00

142 lines
6.1 KiB
C#

using System;
using System.Collections.Generic;
namespace Service.MeterProcessState.Data
{
public partial class Pruefgang : Ui.Web.IMeterDataCenter.Data.BaseEntity
{
public Pruefgang()
{
Prueffehler = new HashSet<Prueffehler>();
PrueffehlerEichung = new HashSet<PrueffehlerEichung>();
}
public Int32 PruefgangNr { get; set; }
public Int16 PruefstationNr { get; set; }
public Int16 PrueferNr { get; set; }
public Int32? Pruefzeit { get; set; }
public Boolean? PruefgangLang { get; set; }
public DateTime Datum { get; set; }
public String Typ { get; set; }
public Int16? Nennweite { get; set; }
public Byte? Nenntemperatur { get; set; }
public Single? Lufttemperatur { get; set; }
public Single? LuftDruck { get; set; }
public Single? RelativeFeuchte { get; set; }
public Single? Vorlauftemperatur { get; set; }
public String EinbaulageAlt { get; set; }
public Byte? Anzahl { get; set; }
public Single? Pp1Zeit { get; set; }
public Single? Pp1Soll { get; set; }
public Single? Pp1Ist { get; set; }
public Int32? Pp1RefZserienNr { get; set; }
public Single? Pp1RefFehl { get; set; }
public Single? Pp1IstV { get; set; }
public Byte? Pp1Waage { get; set; }
public String Pp1Info { get; set; }
public Single? Pp2Zeit { get; set; }
public Single? Pp2Soll { get; set; }
public Single? Pp2Ist { get; set; }
public Int32? Pp2RefZserienNr { get; set; }
public Single? Pp2RefFehl { get; set; }
public Single? Pp2IstV { get; set; }
public Byte? Pp2Waage { get; set; }
public String Pp2Info { get; set; }
public Single? Pp3Zeit { get; set; }
public Single? Pp3Soll { get; set; }
public Single? Pp3Ist { get; set; }
public Int32? Pp3RefZserienNr { get; set; }
public Single? Pp3RefFehl { get; set; }
public Single? Pp3IstV { get; set; }
public Byte? Pp3Waage { get; set; }
public String Pp3Info { get; set; }
public Single? Pp4Zeit { get; set; }
public Single? Pp4Soll { get; set; }
public Single? Pp4Ist { get; set; }
public Int32? Pp4RefZserienNr { get; set; }
public Single? Pp4RefFehl { get; set; }
public Single? Pp4IstV { get; set; }
public Byte? Pp4Waage { get; set; }
public String Pp4Info { get; set; }
public Single? Pp5Zeit { get; set; }
public Single? Pp5Soll { get; set; }
public Single? Pp5Ist { get; set; }
public Int32? Pp5RefZserienNr { get; set; }
public Single? Pp5RefFehl { get; set; }
public Single? Pp5IstV { get; set; }
public Byte? Pp5Waage { get; set; }
public String Pp5Info { get; set; }
public Single? Pp6Zeit { get; set; }
public Single? Pp6Soll { get; set; }
public Single? Pp6Ist { get; set; }
public Int32? Pp6RefZserienNr { get; set; }
public Single? Pp6RefFehl { get; set; }
public Single? Pp6IstV { get; set; }
public Byte? Pp6Waage { get; set; }
public String Pp6Info { get; set; }
public Single? Pp7Zeit { get; set; }
public Single? Pp7Soll { get; set; }
public Single? Pp7Ist { get; set; }
public Int32? Pp7RefZserienNr { get; set; }
public Single? Pp7RefFehl { get; set; }
public Single? Pp7IstV { get; set; }
public Byte? Pp7Waage { get; set; }
public String Pp7Info { get; set; }
public Single? Pp8Zeit { get; set; }
public Single? Pp8Soll { get; set; }
public Single? Pp8Ist { get; set; }
public Int32? Pp8RefZserienNr { get; set; }
public Single? Pp8RefFehl { get; set; }
public Single? Pp8IstV { get; set; }
public Byte? Pp8Waage { get; set; }
public String Pp8Info { get; set; }
public Single? Pp9Zeit { get; set; }
public Single? Pp9Soll { get; set; }
public Single? Pp9Ist { get; set; }
public Int32? Pp9RefZserienNr { get; set; }
public Single? Pp9RefFehl { get; set; }
public Single? Pp9IstV { get; set; }
public Byte? Pp9Waage { get; set; }
public String Pp9Info { get; set; }
public Single? Pp10Zeit { get; set; }
public Single? Pp10Soll { get; set; }
public Single? Pp10Ist { get; set; }
public Int32? Pp10RefZserienNr { get; set; }
public Single? Pp10RefFehl { get; set; }
public Single? Pp10IstV { get; set; }
public Byte? Pp10Waage { get; set; }
public String Pp10Info { get; set; }
public String Bemerkung { get; set; }
public Int32? DbasePruefgangNr { get; set; }
public Byte KalibrierId { get; set; }
public String Metrolog { get; set; }
public String Fpp { get; set; }
public Boolean? Korrigiert { get; set; }
public Single? Pp1TStart { get; set; }
public Single? Pp1TEnde { get; set; }
public Single? Pp2TStart { get; set; }
public Single? Pp2TEnde { get; set; }
public Single? Pp3TStart { get; set; }
public Single? Pp3TEnde { get; set; }
public Single? Pp4TStart { get; set; }
public Single? Pp4TEnde { get; set; }
public Single? Pp5TStart { get; set; }
public Single? Pp5TEnde { get; set; }
public Single? Pp6TStart { get; set; }
public Single? Pp6TEnde { get; set; }
public Single? Pp7TStart { get; set; }
public Single? Pp7TEnde { get; set; }
public Single? Pp8TStart { get; set; }
public Single? Pp8TEnde { get; set; }
public Single? Pp9TStart { get; set; }
public Single? Pp9TEnde { get; set; }
public Single? Pp10TStart { get; set; }
public Single? Pp10TEnde { get; set; }
public String Typzusatz { get; set; }
public Int16? Baulaenge { get; set; }
public virtual ICollection<Prueffehler> Prueffehler { get; set; }
public virtual ICollection<PrueffehlerEichung> PrueffehlerEichung { get; set; }
}
}