DisplayOrderHelper class

namespace: Serenity.Data   assemblySerenity.Net.Services

A static class with helper functions to update display orders of all records or groups of records in a table.

public static class DisplayOrderHelper

Public Members

name description
static GetNextValue(…) Gets the next display order value for a table or a group of records. (2 methods)
static ReorderValues(…) Sets a records display order to to requested value, and also renumbers other records in the group as required. (2 methods)
static UpdateOrders(…) Updates display order values in a table
class OrderRecord An internal class that is used FixRecordOrdering to store old and new display orders for records to be sorted.

See Also