From 420718172a88bbbe1ee2c2ad7659e2e40df371e7 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 22 Apr 2020 09:15:12 +0200 Subject: [PATCH] Eliminazione modello x tool management --- .../ConfigModels/ToolManagerConfigModel.cs | 46 ------------------- 1 file changed, 46 deletions(-) delete mode 100644 Thermo.Active.Model/ConfigModels/ToolManagerConfigModel.cs diff --git a/Thermo.Active.Model/ConfigModels/ToolManagerConfigModel.cs b/Thermo.Active.Model/ConfigModels/ToolManagerConfigModel.cs deleted file mode 100644 index 61f5e328..00000000 --- a/Thermo.Active.Model/ConfigModels/ToolManagerConfigModel.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Thermo.Active.Model.ConfigModels -{ - public class ToolManagerConfigModel - { - - public string ToolMetricType { get; set; } - public bool FamilyOpt { get; set; } - public bool ShankOpt { get; set; } - public bool MagPosTypeOpt { get; set; } - public bool OffsetOpt { get; set; } - public bool ReviveOpt { get; set; } - public bool GammaOpt { get; set; } - public bool LifeOpt { get; set; } - public bool TcpOpt { get; set; } - public bool CoolingOpt { get; set; } - public bool MultidimensionalShankOpt { get; set; } - public bool SelfAdaptivePathOpt { get; set; } - public bool DynamicCompensationOpt { get; set; } - public bool BallufOpt { get; set; } - public bool IntegrityCheckOpt { get; set; } - - public CooligTranslations CooligsTranslations { get; set; } - - public List MagazineNames { get; set; } - - public List ToolTypes { get; set; } - } - - public class CooligTranslations - { - public Dictionary Cooling { get; set; } - public Dictionary Cooling1 { get; set; } - public Dictionary Cooling2 { get; set; } - public Dictionary Cooling3 { get; set; } - public Dictionary Cooling4 { get; set; } - public Dictionary Cooling5 { get; set; } - public Dictionary Cooling6 { get; set; } - public Dictionary Cooling7 { get; set; } - } -}