C# Class BaconographyPortable.ViewModel.SubredditSelectorViewModel

Inheritance: ViewModelBase
Show file Open project: Synergex/Baconography Class Usage Examples

Public Methods

Method Description
DoGoSubreddit ( bool pin ) : void
SubredditSelectorViewModel ( IBaconProvider baconProvider ) : BaconographyPortable.Messages

Private Methods

Method Description
CleanRedditLink ( string userInput, User user ) : string
PinSubredditImpl ( SubredditSelectorViewModel vm ) : void
RestartQueryTimer ( ) : void
RevokeQueryTimer ( ) : void
queryTimer_Tick ( object sender, object timer ) : void

Method Details

DoGoSubreddit() public method

public DoGoSubreddit ( bool pin ) : void
pin bool
return void

SubredditSelectorViewModel() public method

public SubredditSelectorViewModel ( IBaconProvider baconProvider ) : BaconographyPortable.Messages
baconProvider IBaconProvider
return BaconographyPortable.Messages