Skip to content

IUndeleteHandlerAsync<TRow> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

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

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

See Also