StatisticsDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a statistics value for a grouping.
public class StatisticsDto
Inheritance Object → StatisticsDto
Properties
AttributeName
Attribute name of the calculated statistics.
public string AttributeName { get; set; }
Property Value
Value
Value of the calculated statistics.
public object Value { get; set; }
Property Value
Constructors
StatisticsDto()
public StatisticsDto()