Table of Contents

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

InsertDefaultThemeMediaItems

public required bool InsertDefaultThemeMediaItems { get; init; }

Property Value

bool

Title

public required string Title { get; init; }

Property Value

string

Methods

Empty()

public static CreateTheme.Command Empty()

Returns

CreateTheme.Command