C# 클래스 MahTweets.Configuration.GlobalExcludeSettingProvider

상속: IGlobalExcludeSettings, INotifyPropertyChanged
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
Add ( string newAddition ) : void
GlobalExcludeSettingProvider ( ) : System
OnPropertyChanged ( string propertyName ) : void
Read ( ) : void
Remove ( string deleteAddition ) : void
Write ( ) : void

비공개 메소드들

메소드 설명
OnChanged ( object source, FileSystemEventArgs e ) : void
QueuedWrite ( ) : void
SendUpdateEvent ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( string newAddition ) : void
newAddition string
리턴 void

GlobalExcludeSettingProvider() 공개 메소드

public GlobalExcludeSettingProvider ( ) : System
리턴 System

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

Read() 공개 메소드

public Read ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( string deleteAddition ) : void
deleteAddition string
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void