RtQueryColumnInputDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Defines a runtime query column with aggregation type and attribute path.
public class RtQueryColumnInputDto
Inheritance Object → RtQueryColumnInputDto
Properties
AggregationType
Gets or sets the aggregation type for the column.
public AggregationInputTypesDto AggregationType { get; set; }
Property Value
AttributePath
Gets or sets the attribute path for the column.
public string AttributePath { get; set; }
Property Value
Constructors
RtQueryColumnInputDto()
public RtQueryColumnInputDto()