Class GetPagedEntitiesInputDtoOrderByItem
- Namespace
- Raytha.Application.Common.Models
- Assembly
- Raytha.Application.dll
public record GetPagedEntitiesInputDtoOrderByItem : IEquatable<GetPagedEntitiesInputDtoOrderByItem>
- Inheritance
-
GetPagedEntitiesInputDtoOrderByItem
- Implements
- Inherited Members
Properties
OrderByDirection
public string? OrderByDirection { get; init; }
Property Value
OrderByPropertyName
public string? OrderByPropertyName { 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.