IUpdateHandler<TRow> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface for update request handlers

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

See Also