Class ToggleThemeExportability.Command
- Namespace
- Raytha.Application.Themes.Commands
- Assembly
- Raytha.Application.dll
public record ToggleThemeExportability.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<ToggleThemeExportability.Command>
- Inheritance
-
ToggleThemeExportability.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
IsExportable
public required bool IsExportable { get; init; }
Property Value
Methods
Empty()
public static ToggleThemeExportability.Command Empty()