Skip to main content

Class MetricPair

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for MetricPair. Metric, in the form of string->int

Inheritance

objectMetricPair

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

MetricPair()

Default constructor - defaults any enum props to 0.

Properties

Name

The name of the metric

Property Value

string

Value

The value of the metric

Property Value

int