Class SearchSort.SearchSortField
public class SearchSort.SearchSortField
- Inheritance
-
SearchSort.SearchSortField
- Inherited Members
- Extension Methods
Constructors
SearchSortField(string, SortOrder)
public SearchSortField(string name, SortOrder order)
Parameters
SearchSortField(string, string)
public SearchSortField(string name, string order)
Parameters
Properties
Name
public string Name { get; }
Property Value
Order
public SortOrder Order { get; }