Table of Contents

WeatherAlert 类

命名空间
ClassIsland.Core.Models.Weather
程序集
ClassIsland.Core.dll
public class WeatherAlert
继承
WeatherAlert
继承成员

属性

AlertId

[JsonPropertyName("alertId")]
public string AlertId { get; set; }

属性值

string

Detail

[JsonPropertyName("detail")]
public string Detail { get; set; }

属性值

string

Images

[JsonPropertyName("images")]
public Dictionary<string, string> Images { get; set; }

属性值

Dictionary<string, string>

IsDefaultIcon

public int IsDefaultIcon { get; }

属性值

int

Level

[JsonPropertyName("level")]
public string Level { get; set; }

属性值

string

LocationKey

[JsonPropertyName("locationKey")]
public string LocationKey { get; set; }

属性值

string

PubTime

[JsonPropertyName("pubTime")]
public DateTime PubTime { get; set; }

属性值

DateTime

Title

[JsonPropertyName("title")]
public string Title { get; set; }

属性值

string

Type

[JsonPropertyName("type")]
public string Type { get; set; }

属性值

string