FwStandardModelsBrowseRequest constructor
FwStandardModelsBrowseRequest({
- dynamic miscfields,
- String? module,
- dynamic options,
- String? orderby,
- String? orderbydirection,
- int? top,
- int? pageno,
- int? pagesize,
- List<
String> ? searchfieldoperators, - List<
String> ? searchfields, - List<
String> ? searchfieldvalues, - List<
String> ? searchfieldtypes, - List<
String> ? searchseparators, - List<
String> ? searchcondition, - List<
String> ? searchconjunctions, - List<
int> ? searchgroupings, - dynamic uniqueids,
- dynamic boundids,
- Map<
String, dynamic> ? filterfields, - String? activeview,
- bool? emptyobject,
- bool? forexcel,
- bool? includeallcolumns,
- List<
FwStandardModelsCheckBoxListItem> ? fields, - List<
String> ? totalfields, - 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,
});