Class ExportTheme.Command
- Namespace
- Raytha.Application.Themes.Commands
- Assembly
- Raytha.Application.dll
public record ExportTheme.Command : LoggableRequest<CommandResponseDto<ThemeJson>>, IRequest<CommandResponseDto<ThemeJson>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ThemeJson>>>, IEquatable<ExportTheme.Command>
- Inheritance
-
ExportTheme.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
DeveloperName
public required string DeveloperName { get; init; }
Property Value
Methods
Empty()
public static ExportTheme.Command Empty()