RtQueryColumnDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a query column of a runtime query
public class RtQueryColumnDto : GraphQlDto
Inheritance Object → GraphQlDto → RtQueryColumnDto
Properties
AttributePath
Gets or sets the attribute path.
public string AttributePath { get; set; }
Property Value
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
Constructors
RtQueryColumnDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public RtQueryColumnDto()