FwStandardModelsBrowseRequest constructor

FwStandardModelsBrowseRequest({
  1. dynamic miscfields,
  2. String? module,
  3. dynamic options,
  4. String? orderby,
  5. String? orderbydirection,
  6. int? top,
  7. int? pageno,
  8. int? pagesize,
  9. List<String>? searchfieldoperators,
  10. List<String>? searchfields,
  11. List<String>? searchfieldvalues,
  12. List<String>? searchfieldtypes,
  13. List<String>? searchseparators,
  14. List<String>? searchcondition,
  15. List<String>? searchconjunctions,
  16. List<int>? searchgroupings,
  17. dynamic uniqueids,
  18. dynamic boundids,
  19. Map<String, dynamic>? filterfields,
  20. String? activeview,
  21. bool? emptyobject,
  22. bool? forexcel,
  23. bool? includeallcolumns,
  24. List<FwStandardModelsCheckBoxListItem>? fields,
  25. List<String>? totalfields,
  26. Map<String, dynamic>? activeviewfields,
})

Implementation

FwStandardModelsBrowseRequest({
  this.miscfields,
  this.module,
  this.options,
  this.orderby,
  this.orderbydirection,
  this.top,
  this.pageno,
  this.pagesize,
  this.searchfieldoperators,
  this.searchfields,
  this.searchfieldvalues,
  this.searchfieldtypes,
  this.searchseparators,
  this.searchcondition,
  this.searchconjunctions,
  this.searchgroupings,
  this.uniqueids,
  this.boundids,
  this.filterfields,
  this.activeview,
  this.emptyobject,
  this.forexcel,
  this.includeallcolumns,
  this.fields,
  this.totalfields,
  this.activeviewfields,
});