C# Class BaconographyPortable.ViewModel.CommentsViewModel

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

Méthodes publiques

Méthode Description
Cleanup ( ) : void
CommentsViewModel ( IBaconProvider baconProvider ) : BaconographyPortable.Common

Initializes a new instance of the CommentsViewModel class.

Private Methods

Méthode Description
GotoLinkImpl ( ) : void
GotoReplyImpl ( ) : void
GotoSubredditImpl ( ) : void
GotoUserImpl ( ) : void
LoadLink ( TypedThing link, TypedThing rootComment ) : void
OnComentTreeSelection ( SelectCommentTreeMessage msg ) : void
OnConnectionStatusChanged ( ConnectionStatusMessage connection ) : void
ReportLinkImpl ( ) : void
SaveLinkImpl ( ) : void

Method Details

Cleanup() public méthode

public Cleanup ( ) : void
Résultat void

CommentsViewModel() public méthode

Initializes a new instance of the CommentsViewModel class.
public CommentsViewModel ( IBaconProvider baconProvider ) : BaconographyPortable.Common
baconProvider IBaconProvider
Résultat BaconographyPortable.Common