This commit is contained in:
2020-02-14 16:25:36 +00:00
parent 19e2aedfb2
commit c2148e9340
2 changed files with 86 additions and 84 deletions

View File

@@ -606,10 +606,10 @@ namespace raven_integration
}
//t(dfilter, dsortarray, 999, 0, false, "UserDataList"));
public static string BuildDataListRequest(object p = null, object o = null, int limit = 999, int offset = 0, bool bWhatever=false, string dataListKey = "TestWidgetDataList")
{
throw new System.NotImplementedException();
}
// public static string BuildDataListRequest(object p = null, object o = null, int limit = 999, int offset = 0, bool bWhatever=false, string dataListKey = "TestWidgetDataList")
// {
// throw new System.NotImplementedException();
// }
public static string BuildDataListRequestEx(dynamic dListView = null, int limit = 999, int offset = 0, string dataListKey = "TestWidgetDataList")
{