C# Class MahTweets.Configuration.AdditonalSmartsSettingsProvider

Inheritance: IAdditonalSmartsSettingsProvider, INotifyPropertyChanged
Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
Add ( string newUrl, string newProcess ) : void
AdditonalSmartsSettingsProvider ( ) : System
OnPropertyChanged ( string propertyName ) : void
Read ( ) : void
Remove ( string deleteAcronym ) : void
Write ( ) : void

Private Methods

Method Description
OnChanged ( object source, FileSystemEventArgs e ) : void
QueuedWrite ( ) : void
SendUpdateEvent ( ) : void

Method Details

Add() public method

public Add ( string newUrl, string newProcess ) : void
newUrl string
newProcess string
return void

AdditonalSmartsSettingsProvider() public method

public AdditonalSmartsSettingsProvider ( ) : System
return System

OnPropertyChanged() public method

public OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Read() public method

public Read ( ) : void
return void

Remove() public method

public Remove ( string deleteAcronym ) : void
deleteAcronym string
return void

Write() public method

public Write ( ) : void
return void