Table of Contents

Class Paging

Namespace
Innova.Prism.Library.BaseViewModels
Assembly
Innova.Prism.Library.dll
public class Paging : BindableBase, INotifyPropertyChanged, ICloneable
Inheritance
Paging
Implements
Extension Methods

Properties

EventsSuspended
PageCount
PageNumber
PageSize
RecordCount
Sorting

Methods

Clone()

Creates a new object that is a copy of the current instance.

ResumeEvents()
SetPageNumber(int, bool)

Sets page number without firing propertyChanged event

SetSorting(string, LambdaExpression, ListSortDirection)
SuspendEvents()

Events

PagingChanged