SaveRequestHandlerAsync<TRow,TSaveRequest,TSaveResponse>.HandleDisplayOrderAsync method
namespace: Serenity.Services assembly: Serenity.Net.Services
Handles display order field calculation before and after save
protected virtual Task HandleDisplayOrderAsync(bool afterSave,
CancellationToken cancellationToken = default(CancellationToken))
| parameter | description |
|---|---|
| afterSave | True if called after save |
| cancellationToken | Cancellation token |