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