11 references to ToPropertyList
Microsoft.AspNetCore.Components.QuickGrid (1)
GridItemsProviderRequest.cs (1)
69
SortByColumn?.SortBy?.
ToPropertyList
(SortByAscending) ?? Array.Empty<SortedProperty>();
Microsoft.AspNetCore.Components.QuickGrid.Tests (10)
GridSortTest.cs (10)
35
var propertyList = gridSort.
ToPropertyList
(ascending: true);
51
var propertyList = gridSort.
ToPropertyList
(ascending: true);
67
var propertyList = gridSort.
ToPropertyList
(ascending: true);
83
var propertyList = gridSort.
ToPropertyList
(ascending: true);
99
var propertyList = gridSort.
ToPropertyList
(ascending: true);
115
var propertyList = gridSort.
ToPropertyList
(ascending: true);
133
var propertyList = gridSort.
ToPropertyList
(ascending: true);
155
var exception = Assert.Throws<ArgumentException>(() => gridSort.
ToPropertyList
(ascending: true));
167
var exception = Assert.Throws<ArgumentException>(() => gridSort.
ToPropertyList
(ascending: true));
179
var exception = Assert.Throws<ArgumentException>(() => gridSort.
ToPropertyList
(ascending: true));