C# Class System.Windows.Mvvm.Sample.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 ) : System.Windows.Mvvm.Reactive

Initializes a new TodoListItemViewModel instance.

Method Details

TodoListItemViewModel() public méthode

Initializes a new TodoListItemViewModel instance.
public TodoListItemViewModel ( TodoListItem todoListItem ) : System.Windows.Mvvm.Reactive
todoListItem System.Windows.Mvvm.Sample.Models.TodoListItem The model from which the view model is to be generated.
Résultat System.Windows.Mvvm.Reactive