This commit is contained in:
2020-09-01 17:59:01 +00:00
parent 55c673c48d
commit 84a8b7f05a
3 changed files with 218 additions and 9 deletions

View File

@@ -15,17 +15,12 @@ namespace AyaNova.DataList
[FromBody]
public int? Limit { get; set; }
[FromBody, Required]
public string DataListKey { get; set; }
[FromBody]
public string ListView { get; set; }//optional, if null or empty will use default list view built into DataList
}
}
}