C# Class AltitudeAngelWings.ViewModels.WeatherReportViewModel

Inheritance: INotifyPropertyChanged
显示文件 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
WeatherReportViewModel ( WeatherInfo weatherReport ) : System

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void

WeatherReportViewModel() public method

public WeatherReportViewModel ( WeatherInfo weatherReport ) : System
weatherReport AltitudeAngelWings.ApiClient.Models.WeatherInfo
return System