IRequestHandler<TRow,TRequest,TResponse> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Marker interface for request handlers that operate on a specific entity type, request type and a response type.

public interface IRequestHandler<TRow, TRequest, TResponse> : IRequestHandler<TRow>, 
    IRequestType<TRequest>, IResponseType<TResponse>
parameter description
TRow The entity type
TRequest Request type
TResponse Response type

See Also