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

Public Members

name description
RetrieveRequestHandler(…) Creates an instance of the class

See Also