C# Class System.Windows.Mvvm.Sample.ViewModels.TodoListItemViewModel

Represents a view model for a single todo list item.
Exibir arquivo Open project: lecode-official/mvvm-framework

Public Methods

Method Description
TodoListItemViewModel ( TodoListItem todoListItem ) : System.Windows.Mvvm.Reactive

Initializes a new TodoListItemViewModel instance.

Method Details

TodoListItemViewModel() public method

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.
return System.Windows.Mvvm.Reactive