C# Class Sublist.Providers.Settings.SettingsProvider

Inheritance: ISettingsProvider
Afficher le fichier Open project: toadlyBroodle/Sublist Class Usage Examples

Méthodes publiques

Méthode Description
GetShowCompleted ( ) : bool
SetShowCompleted ( bool value ) : void
SettingsProvider ( IDataProvider dataProvider ) : System

Method Details

GetShowCompleted() public méthode

public GetShowCompleted ( ) : bool
Résultat bool

SetShowCompleted() public méthode

public SetShowCompleted ( bool value ) : void
value bool
Résultat void

SettingsProvider() public méthode

public SettingsProvider ( IDataProvider dataProvider ) : System
dataProvider IDataProvider
Résultat System