Table of Contents

Class CreateNavigationMenu.Command

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

Properties

DeveloperName

public required string DeveloperName { get; init; }

Property Value

string

Label

public required string Label { get; init; }

Property Value

string

Methods

Empty()

public static CreateNavigationMenu.Command Empty()

Returns

CreateNavigationMenu.Command