C# Class Metrooz.ViewModels.ActivityViewModel

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

Méthodes publiques

Méthode Description
ActivityViewModel ( ) : Livet
ActivityViewModel ( Activity activity, bool isActive ) : Livet
CancelCommentCommand_Executed ( ) : void
Refresh ( bool isActive ) : System.Threading.Tasks.Task
_comments_CollectionChanged ( object sender, System e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
IsCheckedCommentsHeader_PropertyChanged ( object sender, System e ) : void
SendCommentCommand_Executed ( ) : void

Method Details

ActivityViewModel() public méthode

public ActivityViewModel ( ) : Livet
Résultat Livet

ActivityViewModel() public méthode

public ActivityViewModel ( Activity activity, bool isActive ) : Livet
activity Metrooz.Models.Activity
isActive bool
Résultat Livet

CancelCommentCommand_Executed() public méthode

public CancelCommentCommand_Executed ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Refresh() public méthode

public Refresh ( bool isActive ) : System.Threading.Tasks.Task
isActive bool
Résultat System.Threading.Tasks.Task

_comments_CollectionChanged() public méthode

public _comments_CollectionChanged ( object sender, System e ) : void
sender object
e System
Résultat void