SaveRequestHandler<TRow,TSaveRequest,TSaveResponse>.Process method

namespace: Serenity.Services   assemblySerenity.Net.Services

Processes the save request. This is the entry point for the handler.

public TSaveResponse Process(IUnitOfWork unitOfWork, TSaveRequest request, 
    SaveRequestType requestType = SaveRequestType.Auto)
parameter description
unitOfWork Unit of work
request Request
requestType Type of request, Create, Update or Auto

Exceptions

exception condition
ArgumentNullException unitofWork or request is null

See Also