This commit is contained in:
2021-08-05 13:58:09 +00:00
parent 7ea11c32aa
commit 3089d4ab71
2 changed files with 427 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ namespace AyaNova.DataList
DefaultSortBy = new Dictionary<string, string>() { { "PMSerialNumber", "-" } };
FieldDefinitions = new List<DataListFieldDefinition>();
//----------
FieldDefinitions.Add(new DataListFieldDefinition
{
TKey = "PMSerialNumber",
@@ -32,7 +34,7 @@ namespace AyaNova.DataList
IsRowId = true
});
//----------
FieldDefinitions.Add(new DataListFieldDefinition
{
TKey = "PMStopGeneratingDate",