C# Class TheChan.ViewModels.NewsItemViewModel

Inheritance: TheChan.Common.Core.Tab
Afficher le fichier Open project: acedened/TheChan

Private Properties

Свойство Type Description
LoadComments System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
NewsItemViewModel ( INewsService newsService ) : System
PostComment ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
OnActivate ( object parameter = null ) : void

Private Methods

Méthode Description
LoadComments ( ) : System.Threading.Tasks.Task

Method Details

NewsItemViewModel() public méthode

public NewsItemViewModel ( INewsService newsService ) : System
newsService INewsService
Résultat System

OnActivate() protected méthode

protected OnActivate ( object parameter = null ) : void
parameter object
Résultat void

PostComment() public méthode

public PostComment ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task