Table of Contents

Class ToggleViewAsFavoriteForAdmin.Command

Namespace
Raytha.Application.Views.Commands
Assembly
Raytha.Application.dll
public record ToggleViewAsFavoriteForAdmin.Command : IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, IEquatable<ToggleViewAsFavoriteForAdmin.Command>
Inheritance
ToggleViewAsFavoriteForAdmin.Command
Implements
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

SetAsFavorite

public bool SetAsFavorite { get; init; }

Property Value

bool

UserId

public ShortGuid UserId { get; init; }

Property Value

ShortGuid

ViewId

public ShortGuid ViewId { get; init; }

Property Value

ShortGuid