UndeleteRequestHandler<TRow> class

namespace: Serenity.Services   assemblySerenity.Net.Services

Base generic class for undelete request handlers that use UndeleteRequest as the request type, and UndeleteResponse as the response type.

public class UndeleteRequestHandler<TRow> : 
    UndeleteRequestHandler<TRow, UndeleteRequest, UndeleteResponse>, IUndeleteHandler<TRow>
    where TRow : class, IRow, IIdRow, new()
parameter description
TRow The entity type

Public Members

name description
UndeleteRequestHandler(…) Creates an instance of the class

See Also