From b686ee3fbe1ba16ec274308bf6e200a95ae13ed9 Mon Sep 17 00:00:00 2001 From: Francesco Abbruzzese Date: Wed, 7 Jun 2017 19:04:46 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 12df1ca..7620402 100644 --- a/README.md +++ b/README.md @@ -50,20 +50,13 @@ The distribution contains .js and TypeScript declaration files (d.ts) for three Queries are prepared by building an object tree rooted in a `QueryDescription` instance. Then one may call QueryDescription methods like `toString()` to get the whole ODATA compatible Url of the server request, or `toQuery` that returns a funtion from an array to a an array that executes the query on the JavaScript input array. -## QueryDescription class -*Under construction* -## Building filters -*Under construction* -## building free search -*Under construction* -## building sorting -*Under construction* -## Grouping and aggregations -*Under construction* +## Classes documentation + +[See the Core Mvc Controls Toolkit official documentation.](http://documentation.aspnetcore.mvc-controls.com/JavaScript/OData) - \ No newline at end of file +