SaveRequestHandler<TRow> class

namespace: Serenity.Services   assemblySerenity.Net.Services

Base generic class for save request handlers that use SaveRequest as the request type, and SaveResponse as the response type.

public class SaveRequestHandler<TRow> : SaveRequestHandler<TRow, SaveRequest<TRow>, SaveResponse>, 
    ISaveHandler<TRow>
    where TRow : class, IRow, IIdRow, new()
parameter description
TRow The entity type
context Request context

Public Members

name description
SaveRequestHandler(…) Base generic class for save request handlers that use SaveRequest as the request type, and SaveResponse as the response type.

Remarks

Creates a new instance of the class

See Also