This commit is contained in:
Lucio Maranta
2019-02-15 13:11:24 +00:00
parent 2691d38a95
commit 8ab7daf24e
3 changed files with 27 additions and 26 deletions
@@ -165,6 +165,7 @@ namespace CMS_CORE_Library.Models
public string Name;
public string Type;
public string Category;
public string SubCategory;
public bool ReadOnly;
public Dictionary<int, string> SelectValues;
public uint MinValue;