C# Class TheChan.ViewModels.NewsItemViewModel

Inheritance: TheChan.Common.Core.Tab
Mostra file Open project: acedened/TheChan

Private Properties

Property Type Description
LoadComments System.Threading.Tasks.Task

Public Methods

Method Description
NewsItemViewModel ( INewsService newsService ) : System
PostComment ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnActivate ( object parameter = null ) : void

Private Methods

Method Description
LoadComments ( ) : System.Threading.Tasks.Task

Method Details

NewsItemViewModel() public method

public NewsItemViewModel ( INewsService newsService ) : System
newsService INewsService
return System

OnActivate() protected method

protected OnActivate ( object parameter = null ) : void
parameter object
return void

PostComment() public method

public PostComment ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task