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