FwStandardModelsBrowseRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
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}) -
FwStandardModelsBrowseRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activeview → String?
-
final
-
activeviewfields
→ Map<
String, dynamic> ? -
final
- boundids → dynamic
-
final
- emptyobject → bool?
-
final
-
fields
→ List<
FwStandardModelsCheckBoxListItem> ? -
final
-
filterfields
→ Map<
String, dynamic> ? -
final
- forexcel → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- includeallcolumns → bool?
-
final
- miscfields → dynamic
-
final
- module → String?
-
final
- options → dynamic
-
final
- orderby → String?
-
final
- orderbydirection → String?
-
final
- pageno → int?
-
final
- pagesize → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
searchcondition
→ List<
String> ? -
final
-
searchconjunctions
→ List<
String> ? -
final
-
searchfieldoperators
→ List<
String> ? -
final
-
searchfields
→ List<
String> ? -
final
-
searchfieldtypes
→ List<
String> ? -
final
-
searchfieldvalues
→ List<
String> ? -
final
-
searchgroupings
→ List<
int> ? -
final
-
searchseparators
→ List<
String> ? -
final
- top → int?
-
final
-
totalfields
→ List<
String> ? -
final
- uniqueids → dynamic
-
final
Methods
-
copyWith(
{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}) → FwStandardModelsBrowseRequest -
Available on FwStandardModelsBrowseRequest, provided by the $FwStandardModelsBrowseRequestExtension extension
-
copyWithWrapped(
{Wrapped? miscfields, Wrapped< String?> ? module, Wrapped? options, Wrapped<String?> ? orderby, Wrapped<String?> ? orderbydirection, Wrapped<int?> ? top, Wrapped<int?> ? pageno, Wrapped<int?> ? pagesize, Wrapped<List< ? searchfieldoperators, Wrapped<String> ?>List< ? searchfields, Wrapped<String> ?>List< ? searchfieldvalues, Wrapped<String> ?>List< ? searchfieldtypes, Wrapped<String> ?>List< ? searchseparators, Wrapped<String> ?>List< ? searchcondition, Wrapped<String> ?>List< ? searchconjunctions, Wrapped<String> ?>List< ? searchgroupings, Wrapped? uniqueids, Wrapped? boundids, Wrapped<int> ?>Map< ? filterfields, Wrapped<String, dynamic> ?>String?> ? activeview, Wrapped<bool?> ? emptyobject, Wrapped<bool?> ? forexcel, Wrapped<bool?> ? includeallcolumns, Wrapped<List< ? fields, Wrapped<FwStandardModelsCheckBoxListItem> ?>List< ? totalfields, Wrapped<String> ?>Map< ? activeviewfields}) → FwStandardModelsBrowseRequestString, dynamic> ?> -
Available on FwStandardModelsBrowseRequest, provided by the $FwStandardModelsBrowseRequestExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const FwStandardModelsBrowseRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(FwStandardModelsBrowseRequest instance)