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