ServiceStack plugin for auto-handling list requests over LINQ queryset, including pagination, sorting and converting to response DTO type using ServiceStack's ConvertTo method.
Info
| Version: | 1.5.3 |
| Author(s): | Michał Gajek |
| Last Update: | Thursday, August 20, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/migajek/ServiceStackPlugins |
| NuGet Url: | https://www.nuget.org/packages/ServiceStackPlugins.ListReqRespBuilder |
Install
Install-Package ServiceStackPlugins.ListReqRespBuilder
dotnet add package ServiceStackPlugins.ListReqRespBuilder
paket add ServiceStackPlugins.ListReqRespBuilder
ServiceStackPlugins.ListReqRespBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- ServiceStack.Text(> 4.0)
- ServiceStackPlugins.Interfaces(1.5.3)
Tags