SortParameter¶ class in JsonApiToolkit.Models.Querying Sort criterion with field and direction. public class SortParameter Constructors¶ SortParameter()¶ Properties¶ Field : string¶ Field to sort by. IsDescending : bool¶ Sort in descending order (true) or ascending (false).