Sage.PL.WebAPI.Interface.ViewModels Namespace > Page(T) Class > Page(T) Properties

Drukuj

.NET Framework Class Library

Page(T) Properties

The Page(T) type exposes the following members.

Properties

 

Name

Description

Public property

Data

Pole reprezentujące kolekcję zwracanych obiektów.

Public property

LimitPerPage

Pole reprezentujące limit ilości wyświetlanych obiektów na stronie.

Public property

NextPage

Pole reprezentujące odnośnik do następnej strony jeśli takowa istnieje.

Public property

OrderBy

Pole reprezentujące w jakiej kolejności ma zostać ustawiony zbiór zwracanych obiektów. Wartość musi być w zakresie typu enumOrderByType.

Public property

PageNumber

Pole reprezentujące numer strony na której zostaną wyświetlone obiekty.

Public property

PreviousPage

Pole reprezentujące odnośnik do poprzedniej strony jeśli takowa istnieje.

Public property

TotalItems

Pole reprezentujące maksymalną ilość elementów ze wszystkich stron.

See Also

Page(T) Class

Sage.PL.WebAPI.Interface.ViewModels Namespace