ISaveRequestProcessor.Process method
namespace: Serenity.Services assembly: Serenity.Net.Services
Processes the ISaveRequest and returns a SaveResponse
public SaveResponse Process(IUnitOfWork uow, ISaveRequest request, SaveRequestType type)
| parameter | description |
|---|---|
| uow | Unit of work |
| request | List request |
| type | Save request type, Create or Update |
See Also
- class SaveResponse
- interface IUnitOfWork
- interface ISaveRequest
- enum SaveRequestType
- interface ISaveRequestProcessor