C# 클래스 Com.Aurora.AuWeather.Models.HeWeather.HeWeatherModel

파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather 1 사용 예제들

공개 메소드들

메소드 설명
Generate ( string resstr, DataSource dataSource ) : HeWeatherModel
HeWeatherModel ( HeWeatherContract heweathercontract ) : Com.Aurora.Shared.Extensions
HeWeatherModel ( Now now, Forecast forecast ) : Com.Aurora.Shared.Extensions
HeWeatherModel ( WunderGroundContract wun ) : Com.Aurora.Shared.Extensions

비공개 메소드들

메소드 설명
GenerateDailyForecast ( Daily daily ) : Com.Aurora.AuWeather.Models.HeWeather.DailyForecast[]
GenerateDailyForecast ( DailyForecastContract daily_forecast ) : Com.Aurora.AuWeather.Models.HeWeather.DailyForecast[]
GenerateDailyForecast ( forecastday forecast ) : Com.Aurora.AuWeather.Models.HeWeather.DailyForecast[]
GenerateHourlyForecast ( Hourly hourly ) : Com.Aurora.AuWeather.Models.HeWeather.HourlyForecast[]
GenerateHourlyForecast ( HourlyForecastContract hourly_forecast ) : Com.Aurora.AuWeather.Models.HeWeather.HourlyForecast[]
GenerateHourlyForecast ( hourly hourly_forecast ) : Com.Aurora.AuWeather.Models.HeWeather.HourlyForecast[]
GenerateWeatherAlarms ( WeatherAlarmContract alarms ) : Com.Aurora.AuWeather.Models.HeWeather.WeatherAlarm[]
ParseStatus ( string status_s ) : HeWeatherStatus
ParseStatus_C ( string status_s ) : HeWeatherStatus
ParseStatus_W ( WunderGroundContract w ) : HeWeatherStatus

메소드 상세

Generate() 공개 정적인 메소드

public static Generate ( string resstr, DataSource dataSource ) : HeWeatherModel
resstr string
dataSource DataSource
리턴 HeWeatherModel

HeWeatherModel() 공개 메소드

public HeWeatherModel ( HeWeatherContract heweathercontract ) : Com.Aurora.Shared.Extensions
heweathercontract Com.Aurora.AuWeather.Models.HeWeather.JsonContract.HeWeatherContract
리턴 Com.Aurora.Shared.Extensions

HeWeatherModel() 공개 메소드

public HeWeatherModel ( Now now, Forecast forecast ) : Com.Aurora.Shared.Extensions
now Com.Aurora.AuWeather.Core.Models.Caiyun.JsonContract.Now
forecast Com.Aurora.AuWeather.Core.Models.Caiyun.JsonContract.Forecast
리턴 Com.Aurora.Shared.Extensions

HeWeatherModel() 공개 메소드

public HeWeatherModel ( WunderGroundContract wun ) : Com.Aurora.Shared.Extensions
wun Com.Aurora.AuWeather.Core.Models.WunderGround.JsonContract.WunderGroundContract
리턴 Com.Aurora.Shared.Extensions