C# Class MahTweets.ViewModels.Setup.GlobalIgnoresViewModel

Inheritance: MahTweets.Core.ViewModels.BaseViewModel
Exibir arquivo Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
Add ( ) : void
CheckForNewUpdates ( ) : void
Clear ( ) : void
GlobalIgnoresViewModel ( IGlobalExcludeSettings globalExcludeSettingsProvider ) : System
Remove ( String Text ) : void

Method Details

Add() public method

public Add ( ) : void
return void

CheckForNewUpdates() public method

public CheckForNewUpdates ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

GlobalIgnoresViewModel() public method

public GlobalIgnoresViewModel ( IGlobalExcludeSettings globalExcludeSettingsProvider ) : System
globalExcludeSettingsProvider IGlobalExcludeSettings
return System

Remove() public method

public Remove ( String Text ) : void
Text String
return void