Guest User

Untitled

a guest
Nov 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. buildQuerySpec() {
  2. return {
  3. PageSize: this.paging.PageCount,
  4. CurrentPage: this.paging.PageIndex + 1,
  5. MaxSize: '',
  6. Filters: this.filter,
  7. OrderFields: [],
  8. IsDescending: false
  9. };
  10. }
  11.  
  12. CurrentPage: this.paging.PageIndex + 1,
Add Comment
Please, Sign In to add comment