C# 클래스 System.Windows.Mvvm.Sample.ViewModels.TodoListItemViewModel

Represents a view model for a single todo list item.
파일 보기 프로젝트 열기: lecode-official/mvvm-framework

공개 메소드들

메소드 설명
TodoListItemViewModel ( TodoListItem todoListItem ) : System.Windows.Mvvm.Reactive

Initializes a new TodoListItemViewModel instance.

메소드 상세

TodoListItemViewModel() 공개 메소드

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