C# 클래스 SensorbergControlLibrary.Model.SettingsControlModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk

공개 메소드들

메소드 설명
SettingsControlModel ( ) : System
ValidateApiKeyAsync ( bool displayResultDialogInCaseOfFailure = false ) : Task

Validates the given API key.

보호된 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void

비공개 메소드들

메소드 설명
GetSettingsString ( string key, string defaultvalue ) : string

메소드 상세

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
리턴 void

SettingsControlModel() 공개 메소드

public SettingsControlModel ( ) : System
리턴 System

ValidateApiKeyAsync() 공개 메소드

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.
리턴 Task