Skip to main content

RtGroupingAggregationQueryRowDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

DTO for a grouping aggregation query row result

public class RtGroupingAggregationQueryRowDto : GraphQlDto, IRtQueryRowDto

Inheritance ObjectGraphQlDtoRtGroupingAggregationQueryRowDto
Implements IRtQueryRowDto

Properties

CkTypeId

Gets or sets the type id of the entity

public RtCkId<CkTypeId> CkTypeId { get; set; }

Property Value

RtCkId<CkTypeId>

Cells

Gets or sets the cells of the entity row

public IList<RtQueryCellDto> Cells { get; set; }

Property Value

IList<RtQueryCellDto>

UserContext

A user context object that can be used to transport user specific data

public object UserContext { get; set; }

Property Value

Object

Constructors

RtGroupingAggregationQueryRowDto()

public RtGroupingAggregationQueryRowDto()