Show / Hide Table of Contents

Struct AirQuality

Data class that holds air quality data

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: WeatherAPI_CSharp
Assembly: WeatherAPI-CSharp.dll
Syntax
public readonly struct AirQuality

Properties

| Edit this page View Source

CO

Declaration
public float CO { get; }
Property Value
Type Description
float

Carbon Monoxide (μg/m3)

| Edit this page View Source

GbDefraIndex

Declaration
public int GbDefraIndex { get; }
Property Value
Type Description
int

UK Defra Index

| Edit this page View Source

GbIndexMeaning

Declaration
public string GbIndexMeaning { get; }
Property Value
Type Description
string

UK Defra Index Meaning

| Edit this page View Source

NO2

Declaration
public float NO2 { get; }
Property Value
Type Description
float

Nitrogen dioxide (μg/m3)

| Edit this page View Source

O3

Declaration
public float O3 { get; }
Property Value
Type Description
float

Ozone (μg/m3)

| Edit this page View Source

PM10

Declaration
public float PM10 { get; }
Property Value
Type Description
float

PM10 (μg/m3)

| Edit this page View Source

PM25

Declaration
public float PM25 { get; }
Property Value
Type Description
float

PM2.5 (μg/m3)

| Edit this page View Source

SO2

Declaration
public float SO2 { get; }
Property Value
Type Description
float

Sulphur dioxide (μg/m3)

| Edit this page View Source

UsEpaIndex

Declaration
public int UsEpaIndex { get; }
Property Value
Type Description
int

US - EPA standard

| Edit this page View Source

UsIndexMeaning

Declaration
public string UsIndexMeaning { get; }
Property Value
Type Description
string

US - EPA standard Meaning

| Edit this page View Source

Valid

Declaration
public bool Valid { get; }
Property Value
Type Description
bool

Whether or not the air quality request was successfull

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX