Halyri  0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
Halyri.ViewModels.MainViewModel Class Reference
Inheritance diagram for Halyri.ViewModels.MainViewModel:

Public Member Functions

 MainViewModel ()
 
void LoadData ()
 Creates and adds a few ItemViewModel objects into the Items collection. More...
 

Properties

ObservableCollection
< ItemViewModel
Items [get, set]
 A collection for ItemViewModel objects. More...
 
string SampleProperty [get, set]
 Sample ViewModel property; this property is used in the view to display its value using a Binding More...
 
string LocalizedSampleProperty [get]
 Sample property that returns a localized string More...
 
bool IsDataLoaded [get, set]
 

Events

PropertyChangedEventHandler PropertyChanged
 

Constructor & Destructor Documentation

Halyri.ViewModels.MainViewModel.MainViewModel ( )

Member Function Documentation

void Halyri.ViewModels.MainViewModel.LoadData ( )

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

Property Documentation

bool Halyri.ViewModels.MainViewModel.IsDataLoaded
getset
ObservableCollection<ItemViewModel> Halyri.ViewModels.MainViewModel.Items
getset

A collection for ItemViewModel objects.

string Halyri.ViewModels.MainViewModel.LocalizedSampleProperty
get

Sample property that returns a localized string

string Halyri.ViewModels.MainViewModel.SampleProperty
getset

Sample ViewModel property; this property is used in the view to display its value using a Binding

Returns

Event Documentation

PropertyChangedEventHandler Halyri.ViewModels.MainViewModel.PropertyChanged

The documentation for this class was generated from the following file: