C# Class MahTweets.Configuration.AcronymSettingsProvider

Inheritance: IAcronymSettingsProvider, INotifyPropertyChanged
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
AcronymSettingsProvider ( ) : System
Add ( string newAcronym, string newMeaning ) : void
OnPropertyChanged ( string propertyName ) : void
Read ( ) : void
Remove ( string deleteAcronym ) : void
Write ( ) : void

Private Methods

Méthode Description
OnChanged ( object source, FileSystemEventArgs e ) : void
QueuedWrite ( ) : void
SendUpdateEvent ( ) : void

Method Details

AcronymSettingsProvider() public méthode

public AcronymSettingsProvider ( ) : System
Résultat System

Add() public méthode

public Add ( string newAcronym, string newMeaning ) : void
newAcronym string
newMeaning string
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Read() public méthode

public Read ( ) : void
Résultat void

Remove() public méthode

public Remove ( string deleteAcronym ) : void
deleteAcronym string
Résultat void

Write() public méthode

public Write ( ) : void
Résultat void