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

Class Variable

A class representing a Variable identified by a VariableId.

Inheritance
object
Variable
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 Variable

Constructors

Variable()

A class representing a Variable identified by a VariableId.

Declaration
public Variable()

Properties

Id

A class representing a Variable identified by a VariableId.

Declaration
public VariableId Id { get; set; }
Property Value
Type Description
VariableId

Offered

A class representing a Variable identified by a VariableId.

Declaration
public Offered? Offered { get; set; }
Property Value
Type Description
Offered?

Price

A class representing a Variable identified by a VariableId.

Declaration
public MonetaryAmount Price { get; set; }
Property Value
Type Description
MonetaryAmount

SameAs

A class representing a Variable identified by a VariableId.

Declaration
public IEnumerable<VariableId> SameAs { get; set; }
Property Value
Type Description
IEnumerable<VariableId>

VariableType

A class representing a Variable identified by a VariableId.

Declaration
public VariableTypeId VariableType { get; set; }
Property Value
Type Description
VariableTypeId

Yield

A class representing a Variable identified by a VariableId.

Declaration
public QuantitativeValue Yield { get; set; }
Property Value
Type Description
QuantitativeValue