UndeleteRequestHandlerAsync<TRow> class
namespace: Serenity.Services assembly: Serenity.Net.Services
Base generic class for async undelete request handlers that use UndeleteRequest as the request type, and UndeleteResponse as the response type.
public class UndeleteRequestHandlerAsync<TRow> :
UndeleteRequestHandlerAsync<TRow, UndeleteRequest, UndeleteResponse>,
IUndeleteHandlerAsync<TRow>
where TRow : class, IRow, IIdRow, new()
| parameter | description |
|---|---|
| TRow | The entity type |
| context | The request context |
Public Members
| name | description |
|---|---|
| UndeleteRequestHandlerAsync(…) | Base generic class for async undelete request handlers that use UndeleteRequest as the request type, and UndeleteResponse as the response type. |
Remarks
Initializes a new instance of the class.
See Also
- class UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>
- class UndeleteRequest
- class UndeleteResponse
- interface IUndeleteHandlerAsync<TRow>
- interface IRow
- interface IIdRow
- Source: UndeleteRequestHandlerAsyncT.cs