Skip to main content

SortOrderItem

Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query

Represents a sort order item.

public class SortOrderItem

Inheritance ObjectSortOrderItem

Properties

AttributeName

Gets the attribute name to sort by.

public string AttributeName { get; }

Property Value

String

SortOrder

How to sort the attribute.

public SortOrders SortOrder { get; }

Property Value

SortOrders