Show / Hide Table of Contents

Class PageInfoModel

分頁資訊

Inheritance
System.Object
PageInfoModel
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: Ede.Uofx.PubApi.Sdk.NetStd.Models
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class PageInfoModel

Properties

View Source

ItemsCount

總共幾筆

Declaration
public int ItemsCount { get; set; }
Property Value
Type Description
System.Int32
View Source

PageCount

總共幾頁

Declaration
public decimal PageCount { get; set; }
Property Value
Type Description
System.Decimal
View Source

PageNumber

第幾頁

Declaration
public int PageNumber { get; set; }
Property Value
Type Description
System.Int32
View Source

PageSize

一頁顯示幾筆

Declaration
public int PageSize { get; set; }
Property Value
Type Description
System.Int32
  • View Source
In This Article
Back to top Generated by DocFX