C# Class Cgw.Common.PagesInfo

Show file Open project: eSDK/esdk_Cgw Class Usage Examples

Public Properties

Property Type Description
CurrentPage int
TotalPages int
TotalRecords int

Property Details

CurrentPage public property

当前页码
public int CurrentPage
return int

TotalPages public property

总页数
public int TotalPages
return int

TotalRecords public property

总记录数
public int TotalRecords
return int