Skip to content

IUpdateHandlerAsync<TRow> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

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

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

See Also