C# Class Cgw.Common.PagesInfo

Exibir arquivo Open project: eSDK/esdk_Cgw Class Usage Examples

Public Properties

Property Type Description
CurrentPage int
TotalPages int
TotalRecords int

Property Details

CurrentPage public_oe property

当前页码
public int CurrentPage
return int

TotalPages public_oe property

总页数
public int TotalPages
return int

TotalRecords public_oe property

总记录数
public int TotalRecords
return int