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

Properties

string LineOne [get, set]
 Sample ViewModel property; this property is used in the view to display its value using a Binding. More...
 
string LineTwo [get, set]
 Sample ViewModel property; this property is used in the view to display its value using a Binding. More...
 
string LineThree [get, set]
 Sample ViewModel property; this property is used in the view to display its value using a Binding. More...
 

Events

PropertyChangedEventHandler PropertyChanged
 

Private Member Functions

void NotifyPropertyChanged (String propertyName)
 

Private Attributes

string _lineOne
 
string _lineTwo
 
string _lineThree
 

Member Function Documentation

void Halyri.ViewModels.ItemViewModel.NotifyPropertyChanged ( String  propertyName)
private

Member Data Documentation

string Halyri.ViewModels.ItemViewModel._lineOne
private
string Halyri.ViewModels.ItemViewModel._lineThree
private
string Halyri.ViewModels.ItemViewModel._lineTwo
private

Property Documentation

string Halyri.ViewModels.ItemViewModel.LineOne
getset

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

Returns
string Halyri.ViewModels.ItemViewModel.LineThree
getset

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

Returns
string Halyri.ViewModels.ItemViewModel.LineTwo
getset

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

Returns

Event Documentation

PropertyChangedEventHandler Halyri.ViewModels.ItemViewModel.PropertyChanged

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