C# Class BaconographyPortable.ViewModel.SubredditSelectorViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Synergex/Baconography Class Usage Examples

Méthodes publiques

Méthode Description
DoGoSubreddit ( bool pin ) : void
SubredditSelectorViewModel ( IBaconProvider baconProvider ) : BaconographyPortable.Messages

Private Methods

Méthode 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 méthode

public DoGoSubreddit ( bool pin ) : void
pin bool
Résultat void

SubredditSelectorViewModel() public méthode

public SubredditSelectorViewModel ( IBaconProvider baconProvider ) : BaconographyPortable.Messages
baconProvider IBaconProvider
Résultat BaconographyPortable.Messages