Show / Hide Table of Contents

Class PagingModel

Inheritance
System.Object
PagingModel
PagingRequestModel
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 Source

PageIndex

Declaration
public int PageIndex { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PageSize

Declaration
public int? PageSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

SortBy

Declaration
public string SortBy { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SortDirection

Declaration
public SortDirection SortDirection { get; set; }
Property Value
Type Description
SortDirection
| Improve this Doc View Source

Total

Declaration
public int Total { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TotalPage

Declaration
public int TotalPage { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾