C# 클래스 Com.Aurora.AuWeather.ViewModels.WeatherAlarmViewModel

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

공개 메소드들

메소드 설명
WeatherAlarmViewModel ( WeatherAlarm alarm ) : Com.Aurora.AuWeather.Models
WeatherAlarmViewModel ( string title, string description, WeatherAlarmLevel level ) : Com.Aurora.AuWeather.Models

메소드 상세

WeatherAlarmViewModel() 공개 메소드

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

WeatherAlarmViewModel() 공개 메소드

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