Interface IPaginatedList<T>
Представляет список постраничного запроса данных.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(PaginatedList<>))]
public interface IPaginatedList<T> : IPaginated
Type Parameters
T
- Inherited Members
Properties
Items
Возвращает элементы страницы.
List<T> Items { get; set; }
Property Value
- List<T>