Skip to content

RetrieveRequestHandler<TRow> constructor

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

public RetrieveRequestHandler(IRequestContext context)
parameter description
TRow The entity type
context The request context

Remarks

Initializes a new instance of the class.

See Also