C# Class SensorbergControlLibrary.Model.SettingsControlModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: sensorberg-dev/windows10-sdk

Méthodes publiques

Méthode Description
SettingsControlModel ( ) : System
ValidateApiKeyAsync ( bool displayResultDialogInCaseOfFailure = false ) : Task

Validates the given API key.

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Private Methods

Méthode Description
GetSettingsString ( string key, string defaultvalue ) : string

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void

SettingsControlModel() public méthode

public SettingsControlModel ( ) : System
Résultat System

ValidateApiKeyAsync() public méthode

Validates the given API key.
public ValidateApiKeyAsync ( bool displayResultDialogInCaseOfFailure = false ) : Task
displayResultDialogInCaseOfFailure bool If true, will display a result dialog in case of an error.
Résultat Task