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
-
IBaseRequest
- Inherited Members
Properties
DefaultNumberOfItemsPerPage
public int DefaultNumberOfItemsPerPage { get; init; }
Property Value
IgnoreClientFilterAndSortQueryParams
public bool IgnoreClientFilterAndSortQueryParams { get; init; }
Property Value
IsPublished
public bool IsPublished { get; init; }
Property Value
MaxNumberOfItemsPerPage
public int MaxNumberOfItemsPerPage { get; init; }
Property Value
RoutePath
public string RoutePath { get; init; }
Property Value
TemplateId
public ShortGuid TemplateId { get; init; }
Property Value
- ShortGuid