C# Class Forecast.it.ViewModel.ViewTaskViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: xxblancxx/ForecastIt

Méthodes publiques

Свойство Type Description
_staticUserStory Forecast.it.Model.UserStory

Private Properties

Свойство Type Description
OnPropertyChanged void

Méthodes publiques

Méthode Description
GetTasks ( ) : ObservableCollection
OnSelectionChanged ( int obj ) : void
ViewTaskViewModel ( ) : System

Private Methods

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GetTasks() public méthode

public GetTasks ( ) : ObservableCollection
Résultat ObservableCollection

OnSelectionChanged() public méthode

public OnSelectionChanged ( int obj ) : void
obj int
Résultat void

ViewTaskViewModel() public méthode

public ViewTaskViewModel ( ) : System
Résultat System

Property Details

_staticUserStory public_oe static_oe property

public static UserStory,Forecast.it.Model _staticUserStory
Résultat Forecast.it.Model.UserStory