Table of Contents

Class SortableExtensions

Namespace
Dynamicweb.CoreUI.Data
Assembly
Dynamicweb.CoreUI.dll
public static class SortableExtensions
Inheritance
SortableExtensions
Inherited Members

Methods

ChangeSortDirection(ISortable, string)

public static void ChangeSortDirection(this ISortable sortable, string sortColumnName)

Parameters

sortable ISortable
sortColumnName string

SortBy<TModel>(IEnumerable<TModel>, ISortable)

public static IEnumerable<TModel>? SortBy<TModel>(this IEnumerable<TModel> list, ISortable sortInfo) where TModel : class

Parameters

list IEnumerable<TModel>
sortInfo ISortable

Returns

IEnumerable<TModel>

Type Parameters

TModel
To top