C# Class MahTweets.Configuration.AdditonalSmartsSettingsProvider

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

Méthodes publiques

Méthode Description
Add ( string newUrl, string newProcess ) : void
AdditonalSmartsSettingsProvider ( ) : System
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

Add() public méthode

public Add ( string newUrl, string newProcess ) : void
newUrl string
newProcess string
Résultat void

AdditonalSmartsSettingsProvider() public méthode

public AdditonalSmartsSettingsProvider ( ) : System
Résultat System

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