C# Class Metrooz.ViewModels.CommentViewModel

Inheritance: Livet.ViewModel
Afficher le fichier Open project: namoshika/Metrooz

Méthodes publiques

Méthode Description
CommentViewModel ( ) : Livet
CommentViewModel ( Models.Comment model, bool isActive ) : Livet
Refresh ( bool isActive ) : Task

Method Details

CommentViewModel() public méthode

public CommentViewModel ( ) : Livet
Résultat Livet

CommentViewModel() public méthode

public CommentViewModel ( Models.Comment model, bool isActive ) : Livet
model Models.Comment
isActive bool
Résultat Livet

Refresh() public méthode

public Refresh ( bool isActive ) : Task
isActive bool
Résultat Task