This commit is contained in:
2018-12-12 16:10:02 +00:00
parent 880635c600
commit 7e0834d2fa
6 changed files with 80 additions and 21 deletions

View File

@@ -20,7 +20,8 @@ namespace AyaNova.Models
public bool Public { get; set; }
[Required, MaxLength(255)]
public string ListKey { get; set; }//max 255 characters ascii set
public string Filter { get; set; }//can be empty I guess meaning nothing selected in it
public string Filter { get; set; }//JSON fragment filter collection
public string Sort { get; set; }//JSON fragment sort collection
}
}