Class EditTheme.Command
- Namespace
- Raytha.Application.Themes.Commands
- Assembly
- Raytha.Application.dll
public record EditTheme.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditTheme.Command>
- Inheritance
-
EditTheme.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
Description
public required string Description { get; set; }
Property Value
Title
public required string Title { get; set; }
Property Value
Methods
Empty()
public static EditTheme.Command Empty()