Added Softkey "Visible" attribute + AutoIncrement Versioning
This commit is contained in:
@@ -9,6 +9,7 @@ namespace Step.Model.ConfigModels
|
||||
public Dictionary<string, string> LocalizedNames { get; set; }
|
||||
public int Category { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
public bool IsVisible { get; set; }
|
||||
public bool OperatorConfirmationNeeded { get; set; }
|
||||
public List<SubKeysModel> SubKeys { get; set; }
|
||||
public int PlcId { get; set; }
|
||||
@@ -19,6 +20,7 @@ namespace Step.Model.ConfigModels
|
||||
{
|
||||
public int Id;
|
||||
public int PlcId;
|
||||
public bool IsActive;
|
||||
public string Text;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user