C# Class 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.
Inheritance: INotifyPropertyChanged
Mostra file Open project: Azure-Samples/MyDriving

Private Properties

Property Type Description
OnPropertyChanged void

Public Methods

Method Description
Logout ( ) : void
UpdateDatabaseId ( ) : int

Private Methods

Method Description
OnPropertyChanged ( [ name = "" ) : void

Method Details

Logout() public method

public Logout ( ) : void
return void

UpdateDatabaseId() public method

public UpdateDatabaseId ( ) : int
return int