C# Class MvvmFramework.Samples.Uwp.ViewModels.TodoListItemViewModel

Represents a view model for a single todo list item.
Afficher le fichier Open project: lecode-official/mvvm-framework

Méthodes publiques

Méthode Description
TodoListItemViewModel ( TodoListItem todoListItem ) : MvvmFramework.Samples.Uwp.Models

Initializes a new TodoListItemViewModel instance.

Method Details

TodoListItemViewModel() public méthode

Initializes a new TodoListItemViewModel instance.
public TodoListItemViewModel ( TodoListItem todoListItem ) : MvvmFramework.Samples.Uwp.Models
todoListItem MvvmFramework.Samples.Uwp.Models.TodoListItem The model from which the view model is to be generated.
Résultat MvvmFramework.Samples.Uwp.Models