C# Class Forecast.it.ViewModel.ProjectViewModel

Inheritance: INotifyPropertyChanged
显示文件 Open project: xxblancxx/ForecastIt

Public Methods

Method Description
LoadOrderswithid ( int passedid ) : void
ProjectViewModel ( ) : System
postproject ( ) : void

Private Methods

Method Description
CreateOrder ( object o ) : void
LoadOrders ( ) : void
OnPropertyChanged ( string pName ) : void

Method Details

LoadOrderswithid() public method

public LoadOrderswithid ( int passedid ) : void
passedid int
return void

ProjectViewModel() public method

public ProjectViewModel ( ) : System
return System

postproject() public method

public postproject ( ) : void
return void