Table of Contents

Class EditTheme.Command

Namespace
Raytha.Application.Themes.Commands
Assembly
Raytha.Application.dll
public record EditTheme.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditTheme.Command>
Inheritance
EditTheme.Command
Implements
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

Description

public required string Description { get; set; }

Property Value

string

Title

public required string Title { get; set; }

Property Value

string

Methods

Empty()

public static EditTheme.Command Empty()

Returns

EditTheme.Command