LoadOptions Constructors
An object defining constructors for the LoadOptions class.
LoadOptions(filters, sorts, pagination)
Initializes a new instance of the LoadOptions
class.
Parameters:
filters (required): List<IFilter>
The list of filters to apply. Defaults to an empty list ifnull
.
sorts (required): List<ISort>
The list of sorting rules to apply. Defaults to an empty list ifnull
.
pagination (required): LoadOptions
The pagination settings. Defaults toPagination(0, 20)
ifnull
.