Class GetContentTypeFields.Query
- Namespace
- Raytha.Application.ContentTypes.Queries
- Assembly
- Raytha.Application.dll
public record GetContentTypeFields.Query : GetPagedEntitiesInputDto, IEquatable<GetPagedEntitiesInputDto>, IRequest<IQueryResponseDto<ListResultDto<ContentTypeFieldDto>>>, IBaseRequest, IEquatable<GetContentTypeFields.Query>- Inheritance
- 
      
      
      GetContentTypeFields.Query
- Implements
- 
      
      
      IBaseRequest
- Inherited Members
Properties
ContentTypeId
public ShortGuid ContentTypeId { get; init; }Property Value
- ShortGuid
DeveloperName
public string DeveloperName { get; init; }Property Value
OrderBy
public override string OrderBy { get; init; }Property Value
ShowDeletedOnly
public bool ShowDeletedOnly { get; init; }