namespace: Serenity.Services assembly: Serenity.Net.Services
Processes the ListRequest
and returns a ListResponse
public IListResponse Process(IDbConnection connection, ListRequest request)
parameter | description |
---|---|
connection | Connection |
request | List request |
- interface IListResponse
- class ListRequest
- interface IListRequestProcessor