Class ReorderSort.Command
- Namespace
- Raytha.Application.Views.Commands
- Assembly
- Raytha.Application.dll
public record ReorderSort.Command : GetEntityByIdInputDto, IEquatable<GetEntityByIdInputDto>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, IEquatable<ReorderSort.Command>
- Inheritance
-
ReorderSort.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
DeveloperName
public string DeveloperName { get; init; }
Property Value
NewFieldOrder
public int NewFieldOrder { get; init; }