Class GetFavoriteViewsForAdmin.Query
- Namespace
- Raytha.Application.Views.Queries
- Assembly
- Raytha.Application.dll
public record GetFavoriteViewsForAdmin.Query : GetPagedEntitiesInputDto, IEquatable<GetPagedEntitiesInputDto>, IRequest<IQueryResponseDto<ListResultDto<ViewDto>>>, IBaseRequest, IEquatable<GetFavoriteViewsForAdmin.Query>
- Inheritance
-
GetFavoriteViewsForAdmin.Query
- Implements
-
IBaseRequest
- Inherited Members
Properties
ContentTypeDeveloperName
public string ContentTypeDeveloperName { get; init; }
Property Value
ContentTypeId
public ShortGuid? ContentTypeId { get; init; }
Property Value
- ShortGuid?
UserId
public ShortGuid UserId { get; init; }
Property Value
- ShortGuid