# DecodedTaf Class \[Missing <summary> documentation for "T:Taf.Decoder.entity.DecodedTaf"\] ## Definition **Namespace:** Taf.Decoder.entity **Assembly:** Taf.Decoder (in Taf.Decoder.dll) Version: 1.0.2+ad2a158933a1e4d81e31e9a7f1a0faf24fc95eed **XMLNS for XAML:** Not mapped to an xmlns. **C#** ``` C# public sealed class DecodedTaf : AbstractEntity ```
InheritanceObjectAbstractEntity → DecodedTaf
## Properties
Cavok  
Clouds Cloud layers information
Day Day of origin
DecodingExceptions If the decoded taf is invalid, get all the exceptions that occurred during decoding Note that in strict mode, only the first encountered exception will be reported as parsing stops on error Else return null;.
Evolutions An evolution can contain embedded evolutions with different probabilities
(Inherited from AbstractEntity)
ForecastPeriod Forecast period
Icao ICAO code of the airport where the forecast has been made
IsValid Check if the decoded taf is valid, i.e. if there was no error during decoding.
MaximumTemperature Temperature information
MinimumTemperature Temperature information
RawTaf Raw TAF
Status Report status (AUTO or NIL)
SurfaceWind Surface wind information
Time Time of origin, as string
Type Report type
Visibility Visibility information
WeatherPhenomenons Weather phenomenon
## Methods
AddDecodingException Add an exception that occured during taf decoding.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ResetDecodingExceptions Reset the whole list of Decoding Exceptions
ToString Returns a string that represents the current object.
(Inherited from Object)
## See Also #### Reference Taf.Decoder.entity Namespace