Sort public class Sort Represents a production sort. Documentation public SortEnum Direction { get; set; } Determines the sorting order. public FieldRef FieldIdentifier { get; set; } A field reference to sort by. public int Order { get; set; } Determines the precedence of the field when sorting. public Sort()