Class FetchData.WeatherForecast
Inheritance
FetchData.WeatherForecast
Assembly: OpenIddict.Demo.Client.BlazorWASM.dll
Syntax
public class FetchData.WeatherForecast
Constructors
WeatherForecast()
Declaration
Properties
Date
Declaration
public DateTime Date { get; set; }
Property Value
Summary
Declaration
public string? Summary { get; set; }
Property Value
TemperatureC
Declaration
public int TemperatureC { get; set; }
Property Value
TemperatureF
Declaration
public int TemperatureF { get; }
Property Value
Extension Methods