C# Class BaconographyPortable.ViewModel.CommentsViewModel

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

Public Methods

Method Description
Cleanup ( ) : void
CommentsViewModel ( IBaconProvider baconProvider ) : BaconographyPortable.Common

Initializes a new instance of the CommentsViewModel class.

Private Methods

Method 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 method

public Cleanup ( ) : void
return void

CommentsViewModel() public method

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