ICreateHandler<TRow> interface
namespace: Serenity.Services assembly: Serenity.Net.Services
Interface for create request handlers
public interface ICreateHandler<TRow> : ICreateHandler<TRow, SaveRequest<TRow>, SaveResponse>
where TRow : class, IRow, IIdRow, new()
parameter | description |
---|---|
TRow | Row type |
See Also
- interface ICreateHandler<TRow,TSaveRequest,TSaveResponse>
- class TRow
- class SaveRequest<TEntity>
- class SaveResponse
- interface IRow
- interface IIdRow
- Source: ICreateHandlerT.cs