Skip to content

ListRequestHandler<TRow> class

namespace: Serenity.Services   assemblySerenity.Net.Services

Base generic class for list request handlers that use ListRequest as the request type, and ListResponse as the response type.

public class ListRequestHandler<TRow> : ListRequestHandler<TRow, ListRequest, ListResponse<TRow>>, 
    IListHandler<TRow>, IListHandler<TRow, ListRequest>
    where TRow : class, IRow, new()
parameter description
TRow The entity type
context The request context

Public Members

name description
ListRequestHandler(…) Base generic class for list request handlers that use ListRequest as the request type, and ListResponse as the response type.

Remarks

Initializes a new instance of the class.

See Also