Click or drag to resize
PaginationRequestTDtoInterfaceOrderBys Property

[This is preliminary documentation and is subject to change.]

How the result should be ordered. Cleanest to add using object and collection initializer new PaginationRequest<ICustomerDTO>() { PageNumber = 1, PageSize = 30, OrderBys = { {x => x.LastName, ListSortDirection.Ascending}, {x => x.FirstName, ListSortDirection.Ascending}, }, };

Namespace: Netadmin.Management.Common.Core
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public PaginationRequestTDtoInterfaceOrderbyList OrderBys { get; }

Property Value

Type: PaginationRequestTDtoInterfaceOrderbyList
See Also