C# Class MVPtoMVVM.mvvm.viewmodels.TodoItemViewModel

Inheritance: INotifyPropertyChanged, IDataErrorInfo
Datei anzeigen Open project: arcresources/MVPtoMVVM

Public Methods

Method Description
TodoItemViewModel ( ITodoItemRepository todoItemRepository ) : System
this ( string columnName ) : string

Private Methods

Method Description
CanSave ( ) : bool
Delete ( ) : void
Save ( ) : void
Update ( object>.Expression func ) : void

Method Details

TodoItemViewModel() public method

public TodoItemViewModel ( ITodoItemRepository todoItemRepository ) : System
todoItemRepository ITodoItemRepository
return System

this() public method

public this ( string columnName ) : string
columnName string
return string