Table of Contents

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

string

OrderBy

public override string OrderBy { get; init; }

Property Value

string

ShowDeletedOnly

public bool ShowDeletedOnly { get; init; }

Property Value

bool