C# Class Forecast.it.ViewModel.ViewTaskViewModel

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

Public Properties

Property Type Description
_staticUserStory Forecast.it.Model.UserStory

Private Properties

Property Type Description
OnPropertyChanged void

Public Methods

Method Description
GetTasks ( ) : ObservableCollection
OnSelectionChanged ( int obj ) : void
ViewTaskViewModel ( ) : System

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GetTasks() public method

public GetTasks ( ) : ObservableCollection
return ObservableCollection

OnSelectionChanged() public method

public OnSelectionChanged ( int obj ) : void
obj int
return void

ViewTaskViewModel() public method

public ViewTaskViewModel ( ) : System
return System

Property Details

_staticUserStory public_oe static_oe property

public static UserStory,Forecast.it.Model _staticUserStory
return Forecast.it.Model.UserStory