C# Class Scrumers.MainViewModel

Inheritance: INotifyPropertyChanged
显示文件 Open project: scrumers/Scrumers-for-WP7

Public Methods

Method 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

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

LoadData() public method

Create and add projects in collection Items.
public LoadData ( ) : void
return void

LoadSprint() public method

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

LoadStory() public method

Create and add tasks of a story
public LoadStory ( int storyId ) : void
storyId int
return void

LoadTask() public method

public LoadTask ( int taskId ) : void
taskId int
return void

MainViewModel() public method

public MainViewModel ( ) : System
return System