C# 클래스 Com.Aurora.AuWeather.Models.Settings.Cities

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

공개 메소드들

메소드 설명
ChangeCurrent ( string args ) : void
ChangeRoute ( LocateRoute locateRoute ) : void
Get ( ) : Cities
GetCurrentCity ( ) : CitySettingsModel
Pick ( int index ) : void
ReadDataAsync ( string id, DataSource dataSource ) : Task
Save ( ) : void
Save ( CitySettingsModel citys ) : void
SaveDataAsync ( string currentId, string resstr, DataSource source ) : System.Threading.Tasks.Task
Set ( CitySettingsModel citys ) : void

비공개 메소드들

메소드 설명
SaveCities ( Windows container ) : void

메소드 상세

ChangeCurrent() 공개 메소드

public ChangeCurrent ( string args ) : void
args string
리턴 void

ChangeRoute() 공개 메소드

public ChangeRoute ( LocateRoute locateRoute ) : void
locateRoute LocateRoute
리턴 void

Get() 공개 정적인 메소드

public static Get ( ) : Cities
리턴 Cities

GetCurrentCity() 공개 메소드

public GetCurrentCity ( ) : CitySettingsModel
리턴 CitySettingsModel

Pick() 공개 메소드

public Pick ( int index ) : void
index int
리턴 void

ReadDataAsync() 공개 메소드

public ReadDataAsync ( string id, DataSource dataSource ) : Task
id string
dataSource DataSource
리턴 Task

Save() 공개 메소드

public Save ( ) : void
리턴 void

Save() 공개 메소드

public Save ( CitySettingsModel citys ) : void
citys CitySettingsModel
리턴 void

SaveDataAsync() 공개 메소드

public SaveDataAsync ( string currentId, string resstr, DataSource source ) : System.Threading.Tasks.Task
currentId string
resstr string
source DataSource
리턴 System.Threading.Tasks.Task

Set() 공개 메소드

public Set ( CitySettingsModel citys ) : void
citys CitySettingsModel
리턴 void