ListRequestHandler<TRow,TListRequest> constructor
namespace: Serenity.Services assembly: Serenity.Net.Services
Base generic class for list request handlers that use a custom list request as the request type, and ListResponse as the response type.
public ListRequestHandler(IRequestContext context)
| parameter | description |
|---|---|
| TRow | The entity type |
| TListRequest | List request type |
| context | Request context |
Remarks
Creates a new instance of the class
See Also
- interface IRequestContext
- class ListRequestHandler<TRow,TListRequest>