WeatherFixReference
USI.Weather
Public SDK type.
public sealed class WeatherFixReference : IEquatable<WeatherFixReference>Constructors
WeatherFixReference
public WeatherFixReference(string Identifier, string Type, WeatherLocation Location)Properties
Identifier
public string Identifier { get; set; }Location
public WeatherLocation Location { get; set; }Type
public string Type { get; set; }Methods
<Clone>$
public WeatherFixReference <Clone>$()Deconstruct
public void Deconstruct(string Identifier, string Type, WeatherLocation Location)Equals
public bool Equals(object obj)Equals
public bool Equals(WeatherFixReference other)GetHashCode
public int GetHashCode()ToString
public string ToString()