Skip to content

TemperatureDataOverview

Namespace: Rest_API.Models

Represents an overview of temperature data for different locations.

public class TemperatureDataOverview

Inheritance ObjectTemperatureDataOverview

Properties

TemperatureNord

Gets or sets the list of temperature data for the north location.

public List<TemperatureData> TemperatureNord { get; set; }

Property Value

List<TemperatureData>

TemperatureOutside

Gets or sets the list of temperature data for the outside location.

public List<TemperatureData> TemperatureOutside { get; set; }

Property Value

List<TemperatureData>

TemperatureSouth

Gets or sets the list of temperature data for the south location.

public List<TemperatureData> TemperatureSouth { get; set; }

Property Value

List<TemperatureData>

Constructors

TemperatureDataOverview()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public TemperatureDataOverview()