PagingFilter Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the PagingFilter class.
Overload List
Name | Description | |
---|---|---|
PagingFilter(Int32) | Initializes a new instance of the PagingFilter class to indicate the number of visible records that should be sent. | |
PagingFilter(IEnumerable<Range>) | Initializes a new instance of the PagingFilter class with a collection of ranges. |
Top