Skip to content

DeleteRequestHandler<TRow> class

namespace: Serenity.Services   assemblySerenity.Net.Services

Base generic class for delete request handlers that use DeleteRequest as the request type, and DeleteResponse as the response type.

public class DeleteRequestHandler<TRow> : 
    DeleteRequestHandler<TRow, DeleteRequest, DeleteResponse>, IDeleteHandler<TRow>
    where TRow : class, IRow, IIdRow, new()
parameter description
TRow The entity type
context The request context

Public Members

name description
DeleteRequestHandler(…) Base generic class for delete request handlers that use DeleteRequest as the request type, and DeleteResponse as the response type.

Remarks

Initializes a new instance of the class.

See Also