RtQueryDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a runtime query
public class RtQueryDto : GraphQlDto
Inheritance Object → GraphQlDto → RtQueryDto
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
UserContext
A user context object that can be used to transport user specific data
public object UserContext { get; set; }
Property Value
Constructors
RtQueryDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public RtQueryDto()