C# Class Te.StahpIt.Models.SettingsModel

The SettingsModel class holds all data related to user configurable application settings.
Inheritance: IDisposable
Afficher le fichier Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void
SettingsModel ( ) : Newtonsoft.Json

Constructs a new SettingsModel instance.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SettingsModel() public méthode

Constructs a new SettingsModel instance.
public SettingsModel ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json