Skip to main content

RtQueryDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a runtime query

public class RtQueryDto : GraphQlDto

Inheritance ObjectGraphQlDtoRtQueryDto

Properties

QueryRtId

Gets or sets the query runtime identifier

public OctoObjectId QueryRtId { get; set; }

Property Value

OctoObjectId

Columns

Gets or sets the attributes of the entity

public IList<RtQueryColumnDto> Columns { get; set; }

Property Value

IList<RtQueryColumnDto>

UserContext

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

public object UserContext { get; set; }

Property Value

Object

Constructors

RtQueryDto()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public RtQueryDto()