Update lettura XML + conf DTO
This commit is contained in:
@@ -5,18 +5,19 @@ namespace Thermo.Active.Model.ConfigModels
|
||||
{
|
||||
public class IOConfigModel
|
||||
{
|
||||
public int Id { get; set; } =0;
|
||||
public TACT_IO_TYPE Category { get; set; }
|
||||
public int Id { get; set; } =0;
|
||||
public string Bank { get; set; } = "0";
|
||||
public string Position { get; set; } = "";
|
||||
public string Position { get; set; } = "0";
|
||||
public string Page { get; set; } = "";
|
||||
public string Wire { get; set; } = "";
|
||||
public string Profinet { get; set; } = "";
|
||||
public bool DisableForce { get; set; } = false;
|
||||
public string Label
|
||||
{
|
||||
get
|
||||
{
|
||||
string answ = $"LBL_IO_{Id}_{Bank}_{Position}";
|
||||
string answ = $"LBL_IO_{Category}_{Id}";
|
||||
return answ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user