Skip to main content

RtAggregationQueryRowDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents an entity row in a query result

public class RtAggregationQueryRowDto : GraphQlDto, IRtQueryRowDto

Inheritance ObjectGraphQlDtoRtAggregationQueryRowDto
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

RtAggregationQueryRowDto()

public RtAggregationQueryRowDto()