SaveRequestHandlerAsync<TRow> class
namespace: Serenity.Services assembly: Serenity.Net.Services
Base generic class for async save request handlers that use SaveRequest as the request type, and SaveResponse as the response type.
public class SaveRequestHandlerAsync<TRow> :
SaveRequestHandlerAsync<TRow, SaveRequest<TRow>, SaveResponse>, ISaveHandlerAsync<TRow>
where TRow : class, IRow, IIdRow, new()
| parameter | description |
|---|---|
| TRow | The entity type |
| context | Request context |
Public Members
| name | description |
|---|---|
| SaveRequestHandlerAsync(…) | Base generic class for async save request handlers that use SaveRequest as the request type, and SaveResponse as the response type. |
Remarks
Initializes a new instance of the class.
See Also
- class SaveRequestHandlerAsync<TRow,TSaveRequest,TSaveResponse>
- class TRow
- class SaveRequest<TEntity>
- class SaveResponse
- interface ISaveHandlerAsync<TRow>
- interface IRow
- interface IIdRow
- Source: SaveRequestHandlerAsyncT.cs