Table of Contents

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
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

Description

public required string Description { get; init; }

Property Value

string

DeveloperName

public required string DeveloperName { get; init; }

Property Value

string

Title

public required string Title { get; init; }

Property Value

string

Url

public required string Url { get; init; }

Property Value

string

Methods

Empty()

public static BeginImportThemeFromUrl.Command Empty()

Returns

BeginImportThemeFromUrl.Command