C# 클래스 MyDriving.Utils.Settings

This is the Settings static class that can be used in your Core solution or in any of your client applications. All settings are laid out the same exact way with getters and setters.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Azure-Samples/MyDriving

Private Properties

프로퍼티 타입 설명
OnPropertyChanged void

공개 메소드들

메소드 설명
Logout ( ) : void
UpdateDatabaseId ( ) : int

비공개 메소드들

메소드 설명
OnPropertyChanged ( [ name = "" ) : void

메소드 상세

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

UpdateDatabaseId() 공개 메소드

public UpdateDatabaseId ( ) : int
리턴 int