Skip to content

ListRequestHandlerAsync<TRow> class

namespace: Serenity.Services   assemblySerenity.Net.Services

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

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

Public Members

name description
ListRequestHandlerAsync(…) Base generic class for async 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