Skip to main content

RtQueryColumnDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a query column of a runtime query

public class RtQueryColumnDto : GraphQlDto

Inheritance ObjectGraphQlDtoRtQueryColumnDto

Properties

AttributePath

Gets or sets the attribute path.

public string AttributePath { get; set; }

Property Value

String

AttributeValueType

Gets or sets the attribute data type.

public AttributeValueTypesDto AttributeValueType { get; set; }

Property Value

AttributeValueTypesDto

UserContext

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

public object UserContext { get; set; }

Property Value

Object

Constructors

RtQueryColumnDto()

Caution

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


public RtQueryColumnDto()