Skip to main content

SortOrderDto

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Allows to define a sort order for a query

public record SortOrderDto : IEquatable<SortOrderDto>

Inheritance ObjectSortOrderDto
Implements IEquatable<SortOrderDto>

Properties

SortOrder

The sort order

public SortOrdersDto SortOrder { get; set; }

Property Value

SortOrdersDto

AttributeName

The attribute name

public string AttributeName { get; set; }

Property Value

String

Constructors

SortOrderDto()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public SortOrderDto()