updated ModBLock controllers for new datamodel

This commit is contained in:
Samuele Locatelli
2020-06-25 09:58:10 +02:00
parent 4ea2cebfeb
commit e7e2601a8d
10 changed files with 106 additions and 140 deletions
@@ -6,7 +6,7 @@ namespace Thermo.Active.Model.ConfigModels
public class ModBlockConfigModel
{
public int Id;
public Dictionary<string, string> LocalizedLabels { get; set; }
public string Label { get; set; }
public TACT_MBLOCK_TYPE Type { get; set; }
public TACT_MBLOCK_SECTION Section { get; set; }
public int IdParam { get; set; }