C# Class Metrooz.ViewModels.CommentViewModel

Inheritance: Livet.ViewModel
Exibir arquivo Open project: namoshika/Metrooz

Public Methods

Method Description
CommentViewModel ( ) : Livet
CommentViewModel ( Models.Comment model, bool isActive ) : Livet
Refresh ( bool isActive ) : Task

Method Details

CommentViewModel() public method

public CommentViewModel ( ) : Livet
return Livet

CommentViewModel() public method

public CommentViewModel ( Models.Comment model, bool isActive ) : Livet
model Models.Comment
isActive bool
return Livet

Refresh() public method

public Refresh ( bool isActive ) : Task
isActive bool
return Task