laatzen/Common/Ui/LegacyGenesisControl/DataPackage/MeterTestSettings.cs
2022-04-06 10:42:16 +02:00

18 lines
473 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace XylemCommonUiLegacyGenCtl.DataPackage
{
public class MeterTestSettings
{
public int Slot { get; set; }
public string SerialNr { get; set; }
public bool FlowAdjustment { get; set; }
public decimal FlowAdjustmentTarget { get; set; }
public bool PreAdjustment { get; set; }
public bool FlowTesting { get; set; }
}
}