ListView replacement project: backend fundamentally working at this point, now to front

This commit is contained in:
2021-01-30 18:20:03 +00:00
parent 9f7e2197b1
commit 08c368e49e
4 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ namespace AyaNova.Models
[Required]
public bool Public { get; set; }
[Required]
public bool Default { get; set; } //is the users default filter for this listkey
public bool DefaultFilter { get; set; } //is the users default filter for this listkey
[Required, MaxLength(255)]
public string ListKey { get; set; }//max 255 characters ascii set
public string Filter { get; set; }//JSON serialized List<DataListFilterOption> object of DataListBase