From d6ea0e7f9af5dc3f5d402912c7aecb5d7832f94d Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 4 Jun 2020 15:52:00 +0200 Subject: [PATCH] Update ENUM uppercase --- .../Config/moduleBlockConfigValidator.xsd | 18 +++++++++--------- Thermo.Active.Model/Constants.cs | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Thermo.Active.Config/Config/moduleBlockConfigValidator.xsd b/Thermo.Active.Config/Config/moduleBlockConfigValidator.xsd index ae074146..d4841553 100644 --- a/Thermo.Active.Config/Config/moduleBlockConfigValidator.xsd +++ b/Thermo.Active.Config/Config/moduleBlockConfigValidator.xsd @@ -24,20 +24,20 @@ - - - - - - + + + + + + - - - + + + \ No newline at end of file diff --git a/Thermo.Active.Model/Constants.cs b/Thermo.Active.Model/Constants.cs index d12ea9f3..3656cd00 100644 --- a/Thermo.Active.Model/Constants.cs +++ b/Thermo.Active.Model/Constants.cs @@ -93,20 +93,20 @@ namespace Thermo.Active.Model public enum TACT_MBLOCK_TYPE { ND = 0, - Heating, - Drawing, - Movement, - Vacuum, - Cooling, - Extraction + HEATING, + DRAWING, + MOVEMENT, + VACUUM, + COOLING, + EXTRACTION } public enum TACT_MBLOCK_SECTION { ND = 0, - Heating, - Forming, - Extraction + HEATING, + FORMING, + EXTRACTION } public enum MAINTENANCE_UNIT_OF_MEASURE