TruncatedFilteredAndSortedListing

Models the input required to filtering and sorting data then truncating the results to a maximum.

Namespace:
Inetdev.Data.Filtering
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.Filtering.FilteredAndSortedListing

Constructors

TruncatedFilteredAndSortedListing

Default constructor

Signature:
public Void TruncatedFilteredAndSortedListing()

Properties

MaxFilteredItemsCount

Maximum items to be returned when a filter is applied.

Signature:
public Int32 MaxFilteredItemsCount { get; set; }

MaxItemsCount

Maximum items to be returned.

Signature:
public Int32 MaxItemsCount { get; set; }