Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 900 Bytes

File metadata and controls

20 lines (14 loc) · 900 Bytes

ServiceHelper class

namespace: Serenity.Services   assemblySerenity.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