WeatherTextProduct
USI.Weather
Public SDK type.
public sealed class WeatherTextProduct : IEquatable<WeatherTextProduct>Constructors
WeatherTextProduct
public WeatherTextProduct(string Product, string Scope, string Text, DateTimeOffset RetrievedAt, bool IsFromCache)Properties
IsFromCache
public bool IsFromCache { get; set; }Product
public string Product { get; set; }RetrievedAt
public DateTimeOffset RetrievedAt { get; set; }Scope
public string Scope { get; set; }Text
public string Text { get; set; }Methods
<Clone>$
public WeatherTextProduct <Clone>$()Deconstruct
public void Deconstruct(string Product, string Scope, string Text, DateTimeOffset RetrievedAt, bool IsFromCache)Equals
public bool Equals(object obj)Equals
public bool Equals(WeatherTextProduct other)GetHashCode
public int GetHashCode()ToString
public string ToString()