Skip to content

RetrieveRequestHandler<TRow> class

namespace: Serenity.Services   assemblySerenity.Net.Services

Base generic class for retrieve request handlers that use RetrieveRequest as the request type, and RetrieveResponse as the response type.

public class RetrieveRequestHandler<TRow> : 
    RetrieveRequestHandler<TRow, RetrieveRequest, RetrieveResponse<TRow>>, IRetrieveHandler<TRow>
    where TRow : class, IRow, new()
parameter description
TRow The entity type
context The request context

Public Members

name description
RetrieveRequestHandler(…) Base generic class for retrieve request handlers that use RetrieveRequest as the request type, and RetrieveResponse as the response type.

Remarks

Initializes a new instance of the class.

See Also