C# Class openhabUWP.Database.OpenhabDatabase

Inheritance: IOpenhabDatabase, IDisposable
Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetNextSetupId ( ) : int
GetSetup ( ) : Setup
OpenhabDatabase ( ) : System
UpdateSetup ( Setup setup ) : Setup

Private Methods

Méthode Description
Init ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetNextSetupId() public méthode

public GetNextSetupId ( ) : int
Résultat int

GetSetup() public méthode

public GetSetup ( ) : Setup
Résultat Setup

OpenhabDatabase() public méthode

public OpenhabDatabase ( ) : System
Résultat System

UpdateSetup() public méthode

public UpdateSetup ( Setup setup ) : Setup
setup Setup
Résultat Setup