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

Public Members

name description
SaveRequestHandler(…) Creates a new instance of the class

See Also