C# Class Scrumers.MainViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: scrumers/Scrumers-for-WP7

Méthodes publiques

Méthode Description
LoadData ( ) : void

Create and add projects in collection Items.

LoadSprint ( Sprint sp ) : void

Create and add a sprint and its user stories

LoadStory ( int storyId ) : void

Create and add tasks of a story

LoadTask ( int taskId ) : void
MainViewModel ( ) : System

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

LoadData() public méthode

Create and add projects in collection Items.
public LoadData ( ) : void
Résultat void

LoadSprint() public méthode

Create and add a sprint and its user stories
public LoadSprint ( Sprint sp ) : void
sp Scrumers.Data.Sprint
Résultat void

LoadStory() public méthode

Create and add tasks of a story
public LoadStory ( int storyId ) : void
storyId int
Résultat void

LoadTask() public méthode

public LoadTask ( int taskId ) : void
taskId int
Résultat void

MainViewModel() public méthode

public MainViewModel ( ) : System
Résultat System