ServiceHelper class
namespace: Serenity.Services assembly: Serenity.Net.Services
Contains some helper methods for service handlers
public static class ServiceHelper
Public Members
| name | description |
|---|---|
| static CheckParentNotDeleted(…) | Checks that parent record is not soft deleted |
| static IsUniqueIndexException(…) | Checks if an exception seems to be an unique index exception |
| static SetSkipTakeTotal<T>(…) | Sets the Skip, Take and Total parameters in the response |
See Also
- Source: ServiceHelper.cs