RtAggregationQueryRowDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents an entity row in a query result
public class RtAggregationQueryRowDto : GraphQlDto, IRtQueryRowDto
Inheritance Object → GraphQlDto → RtAggregationQueryRowDto
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
UserContext
A user context object that can be used to transport user specific data
public object UserContext { get; set; }
Property Value
Constructors
RtAggregationQueryRowDto()
public RtAggregationQueryRowDto()