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