Table of Contents

Class EditSort.Command

Namespace
Raytha.Application.Views.Commands
Assembly
Raytha.Application.dll
public record EditSort.Command : GetEntityByIdInputDto, IEquatable<GetEntityByIdInputDto>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, IEquatable<EditSort.Command>
Inheritance
EditSort.Command
Implements
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

DeveloperName

public string DeveloperName { get; init; }

Property Value

string

OrderByDirection

public string OrderByDirection { get; init; }

Property Value

string

ShowColumn

public bool ShowColumn { get; init; }

Property Value

bool