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