ListRequestHandler<TRow,TListRequest,TListResponse> constructor
namespace: Serenity.Services assembly: Serenity.Net.Services
Creates an instance of the class
public ListRequestHandler(IRequestContext context)
| parameter | description |
|---|---|
| context | Request context |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | Context is null |
See Also
- interface IRequestContext
- class ListRequestHandler<TRow,TListRequest,TListResponse>