| PagingInfo Class |
Namespace: Atomia.Provisioning.Base
The PagingInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| PagingInfo | Initializes a new instance of the PagingInfo class |
| Name | Description | |
|---|---|---|
| ItemsCount |
Gets or sets the items count.
| |
| OrderAsc |
Gets or sets a value indicating whether items should be order asc or not.
| |
| OrderBy |
Gets or sets wich property should be used for ordering items.
| |
| PageNumber |
Gets or sets the page number.
| |
| PageSize |
Gets or sets the size of the page.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |