Class QuantitativeValue
A class representing a quantitative value.
Inherited Members
Namespace: WhenFresh.Api.Client.Models
Assembly: WhenFresh.Api.Client.dll
Syntax
public class QuantitativeValue
Constructors
QuantitativeValue()
A class representing a quantitative value.
Declaration
public QuantitativeValue()
QuantitativeValue(int)
A class representing a quantitative value.
Declaration
public QuantitativeValue(int value)
Parameters
Type | Name | Description |
---|---|---|
int | value |
QuantitativeValue(int, int)
A class representing a quantitative value.
Declaration
public QuantitativeValue(int minValue, int maxValue)
Parameters
Type | Name | Description |
---|---|---|
int | minValue | |
int | maxValue |
Properties
MaxValue
A class representing a quantitative value.
Declaration
public int? MaxValue { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinValue
A class representing a quantitative value.
Declaration
public int? MinValue { get; set; }
Property Value
Type | Description |
---|---|
int? |
Value
A class representing a quantitative value.
Declaration
public int? Value { get; set; }
Property Value
Type | Description |
---|---|
int? |