Table of Contents

Class EditPublicSettings.Command

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

Properties

DefaultNumberOfItemsPerPage

public int DefaultNumberOfItemsPerPage { get; init; }

Property Value

int

IgnoreClientFilterAndSortQueryParams

public bool IgnoreClientFilterAndSortQueryParams { get; init; }

Property Value

bool

IsPublished

public bool IsPublished { get; init; }

Property Value

bool

MaxNumberOfItemsPerPage

public int MaxNumberOfItemsPerPage { get; init; }

Property Value

int

RoutePath

public string RoutePath { get; init; }

Property Value

string

TemplateId

public ShortGuid TemplateId { get; init; }

Property Value

ShortGuid