IUndeleteHandler<TRow> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface for undelete request handlers that use UndeleteRequest as request, and UndeleteResponse as response types.

public interface IUndeleteHandler<TRow> : IUndeleteHandler<TRow, UndeleteRequest, UndeleteResponse>
    where TRow : class, IRow, new()
parameter description
TRow Row type

See Also