IUndeleteHandlerAsync<TRow> interface
namespace: Serenity.Services assembly: Serenity.Net.Services
Interface for async undelete request handlers that use UndeleteRequest as request, and UndeleteResponse as response types.
public interface IUndeleteHandlerAsync<TRow> :
IUndeleteHandlerAsync<TRow, UndeleteRequest, UndeleteResponse>
where TRow : class, IRow, new()
| parameter | description |
|---|---|
| TRow | Row type |
See Also
- interface IUndeleteHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>
- class UndeleteRequest
- class UndeleteResponse
- interface IRow
- Source: IUndeleteHandlerAsync.cs