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