SortOrderDto
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract
Allows to define a sort order for a query
public record SortOrderDto : IEquatable<SortOrderDto>
Inheritance Object → SortOrderDto
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
Constructors
SortOrderDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public SortOrderDto()