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. dynamic uniqueids,
  17. dynamic boundids,
  18. Map<String, dynamic>? filterfields,
  19. String? activeview,
  20. bool? emptyobject,
  21. bool? forexcel,
  22. List<FwStandardModelsCheckBoxListItem>? excelfields,
  23. List<String>? totalfields,
  24. 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.uniqueids,
  this.boundids,
  this.filterfields,
  this.activeview,
  this.emptyobject,
  this.forexcel,
  this.excelfields,
  this.totalfields,
  this.activeviewfields,
});