Skip to main content

SortDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Data transfer object for sorting.

public class SortDto

Inheritance ObjectSortDto

Properties

AttributeName

Attribute name to sort by.

public string AttributeName { get; set; }

Property Value

String

SortOrder

Gets or sets the sort order.

public SortOrdersDto SortOrder { get; set; }

Property Value

SortOrdersDto

Constructors

SortDto()

public SortDto()