Class PagingModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Heart.Models
Assembly: mix.heart.dll
Syntax
public class PagingModel
Properties
| Improve this Doc View SourcePageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageSize
Declaration
public int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SortBy
Declaration
public string SortBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortDirection
Declaration
public SortDirection SortDirection { get; set; }
Property Value
Type | Description |
---|---|
SortDirection |
Total
Declaration
public int Total { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalPage
Declaration
public int TotalPage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |