Skip to main content

StatisticsDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a statistics value for a grouping.

public class StatisticsDto

Inheritance ObjectStatisticsDto

Properties

AttributeName

Attribute name of the calculated statistics.

public string AttributeName { get; set; }

Property Value

String

Value

Value of the calculated statistics.

public object Value { get; set; }

Property Value

Object

Constructors

StatisticsDto()

public StatisticsDto()