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