C# Class Forecast.it.ViewModel.SeeDevelopersViewModel

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

Public Methods

Method Description
GetUsers ( ) : ObservableCollection
GetUsersForProject ( ) : ObservableCollection
SeeDevelopersViewModel ( ) : System

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GetUsers() public method

public GetUsers ( ) : ObservableCollection
return ObservableCollection

GetUsersForProject() public method

public GetUsersForProject ( ) : ObservableCollection
return ObservableCollection

SeeDevelopersViewModel() public method

public SeeDevelopersViewModel ( ) : System
return System