SortDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Data transfer object for sorting.
public class SortDto
Properties
AttributeName
Attribute name to sort by.
public string AttributeName { get; set; }
Property Value
SortOrder
Gets or sets the sort order.
public SortOrdersDto SortOrder { get; set; }
Property Value
Constructors
SortDto()
public SortDto()