C# Class Com.Aurora.AuWeather.ViewModels.WeatherAlarmViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: aurora-lzzp/Aurora-Weather Class Usage Examples

Public Methods

Method Description
WeatherAlarmViewModel ( WeatherAlarm alarm ) : Com.Aurora.AuWeather.Models
WeatherAlarmViewModel ( string title, string description, WeatherAlarmLevel level ) : Com.Aurora.AuWeather.Models

Method Details

WeatherAlarmViewModel() public method

public WeatherAlarmViewModel ( WeatherAlarm alarm ) : Com.Aurora.AuWeather.Models
alarm Com.Aurora.AuWeather.Models.HeWeather.WeatherAlarm
return Com.Aurora.AuWeather.Models

WeatherAlarmViewModel() public method

public WeatherAlarmViewModel ( string title, string description, WeatherAlarmLevel level ) : Com.Aurora.AuWeather.Models
title string
description string
level WeatherAlarmLevel
return Com.Aurora.AuWeather.Models