RetrieveRequestHandlerAsync<TRow> class
namespace: Serenity.Services assembly: Serenity.Net.Services
Base generic class for async retrieve request handlers that use RetrieveRequest as the request type, and RetrieveResponse as the response type.
public class RetrieveRequestHandlerAsync<TRow> :
RetrieveRequestHandlerAsync<TRow, RetrieveRequest, RetrieveResponse<TRow>>,
IRetrieveHandlerAsync<TRow>
where TRow : class, IRow, new()
| parameter | description |
|---|---|
| TRow | The entity type |
| context | The request context |
Public Members
| name | description |
|---|---|
| RetrieveRequestHandlerAsync(…) | Base generic class for async retrieve request handlers that use RetrieveRequest as the request type, and RetrieveResponse as the response type. |
Remarks
Initializes a new instance of the class.
See Also
- class RetrieveRequestHandlerAsync<TRow,TRetrieveRequest,TRetrieveResponse>
- class TRow
- class RetrieveRequest
- class RetrieveResponse<T>
- interface IRetrieveHandlerAsync<TRow>
- interface IRow
- Source: RetrieveRequestHandlerAsyncT.cs