Click or drag to resize
PagingInfo Class
Class for exchanging pagging information
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BasePagingInfo

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public class PagingInfo

The PagingInfo type exposes the following members.

Constructors
  NameDescription
Public methodPagingInfo
Initializes a new instance of the PagingInfo class
Top
Properties
  NameDescription
Public propertyItemsCount
Gets or sets the items count.
Public propertyOrderAsc
Gets or sets a value indicating whether items should be order asc or not.
Public propertyOrderBy
Gets or sets wich property should be used for ordering items.
Public propertyPageNumber
Gets or sets the page number.
Public propertyPageSize
Gets or sets the size of the page.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also