Skip to main content

RtQueryCellDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a query cell in a query result

public class RtQueryCellDto : GraphQlDto

Inheritance ObjectGraphQlDtoRtQueryCellDto

Properties

AttributePath

Gets or sets the attribute path.

public string AttributePath { get; set; }

Property Value

String

Value

Gets or sets the attribute value.

public object Value { get; set; }

Property Value

Object

UserContext

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

public object UserContext { get; set; }

Property Value

Object

Constructors

RtQueryCellDto()

Caution

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


public RtQueryCellDto()