Skip to main content

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 if null.

sorts (required): List<ISort>
The list of sorting rules to apply. Defaults to an empty list if null.

pagination (required): LoadOptions
The pagination settings. Defaults to Pagination(0, 20) if null.