Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frankabbruzzese committed Jun 22, 2017
2 parents 9a118df + b686ee3 commit addfd2c
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)








0 comments on commit addfd2c

Please sign in to comment.