Skip to content

ISaveHandlerAsync<TRow> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface for async save request handlers that use SaveRequest as the request type, and SaveResponse as the response type.

public interface ISaveHandlerAsync<TRow> : ICreateHandlerAsync<TRow>, 
    ISaveHandlerAsync<TRow, SaveRequest<TRow>, SaveResponse>, IUpdateHandlerAsync<TRow>
    where TRow : class, IRow, IIdRow, new()
parameter description
TRow Row type

See Also