Skip to main content

RtQueryColumnInputDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Defines a runtime query column with aggregation type and attribute path.

public class RtQueryColumnInputDto

Inheritance ObjectRtQueryColumnInputDto

Properties

AggregationType

Gets or sets the aggregation type for the column.

public AggregationInputTypesDto AggregationType { get; set; }

Property Value

AggregationInputTypesDto

AttributePath

Gets or sets the attribute path for the column.

public string AttributePath { get; set; }

Property Value

String

Constructors

RtQueryColumnInputDto()

public RtQueryColumnInputDto()