• Home
  • My Account
  • Docs
  • Catalog Browser
  • API Status
Show / Hide Table of Contents

Class QuantitativeValue

A class representing a quantitative value.

Inheritance
object
QuantitativeValue
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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?