C# Class VITattendance.MainViewModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: karthikb351/vitinfo2

Public Methods

Method Description
LoadData ( ) : void

Creates and adds a few ItemViewModel objects into the Items collection.

MainViewModel ( ) : System

Private Methods

Method Description
DownloadComplete ( object sender, DownloadStringCompletedEventArgs e ) : void
NotifyPropertyChanged ( String propertyName ) : void
RequestComplete ( object sender, OpenReadCompletedEventArgs e ) : void
bw_DoWork ( object sender, DoWorkEventArgs e ) : void
bw_Done ( object sender, RunWorkerCompletedEventArgs e ) : void
reloadData ( ) : void

Method Details

LoadData() public method

Creates and adds a few ItemViewModel objects into the Items collection.
public LoadData ( ) : void
return void

MainViewModel() public method

public MainViewModel ( ) : System
return System