Class Ordering
[MessagePackObject(false)]
public sealed record Ordering : IEquatable<Ordering>
- Inheritance
-
Ordering
- Implements
- Inherited Members
Constructors
Ordering(Value, OrderingDirection)
public Ordering(Value Key, OrderingDirection Direction)
Parameters
KeyValueDirectionOrderingDirection
Properties
Direction
[Key(1)]
public OrderingDirection Direction { get; init; }
Property Value
Key
[Key(0)]
public Value Key { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Update(Value, OrderingDirection)
public Ordering Update(Value key, OrderingDirection direction)
Parameters
keyValuedirectionOrderingDirection