, , CustomerModel , ( ). CustomerViewModel , ( .., , 50 , ), INotifyPropertyChanged, , (, XAML) .
.
public int Name
{
get
{
return this.name;
}
set
{
if (this.name!= value)
{
this.name= value;
this.OnPropertyChanged("Name");
}
}
}
ViewModel - , , , , ObservableCollection < gt; .. XAML.
ViewModel, , , . :
CustomerViewModel viewModel = new CustomerViewModel(customer);
CustomerViewModel viewModel = customer.ToViewModel();
ViewModel - ViewModel , . . , "". , , , .
, , ViewModel - , , ViewModel . ViewModel ? , , .
, , -. , , , (, , ) .