Class PagedResultBase
Inherited Members
Namespace: mk.helpers.Types
Assembly: mk.helpers.dll
Syntax
public abstract class PagedResultBaseProperties
CurrentPage
Declaration
public int CurrentPage { get; set; }Property Value
| Type | Description | 
|---|---|
| int | 
PageCount
Declaration
public int PageCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int | 
PageSize
Declaration
public int PageSize { get; set; }Property Value
| Type | Description | 
|---|---|
| int | 
RowCount
Declaration
public int RowCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int |