C# Class MahTweets.Configuration.HighlighterSettingsProvider

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

Méthodes publiques

Méthode Description
Add ( string newAddition ) : void
HighlighterSettingsProvider ( ) : System
OnPropertyChanged ( string propertyName ) : void
Read ( ) : void
Remove ( string deleteAddition ) : 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 newAddition ) : void
newAddition string
Résultat void

HighlighterSettingsProvider() public méthode

public HighlighterSettingsProvider ( ) : 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 deleteAddition ) : void
deleteAddition string
Résultat void

Write() public méthode

public Write ( ) : void
Résultat void