C# Class Com.Aote.ObjectTools.BasePagedList

Inheritance: BaseObjectList
Afficher le fichier Open project: DuBin1988/restv2

Protected Properties

Свойство Type Description
pageIndex int

Méthodes publiques

Méthode Description
LoadDetail ( ) : void

Method Details

LoadDetail() public méthode

public LoadDetail ( ) : void
Résultat void

Property Details

pageIndex protected_oe property

当前页号,默认为-1,当页号发生变化后,重新加载某页数据。
protected int pageIndex
Résultat int