Table of Contents

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
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

PathBase

public required string PathBase { get; init; }

Property Value

string

ThemeId

public required ShortGuid ThemeId { get; init; }

Property Value

ShortGuid

Title

public required string Title { get; init; }

Property Value

string

Methods

Empty()

public static BeginDuplicateTheme.Command Empty()

Returns

BeginDuplicateTheme.Command