C# Class GhostWriter.MainViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: IngageNetworks/GhostWriter

Public Methods

Method Description
LoadData ( ) : void

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

MainViewModel ( Api apiInstance ) : System

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : 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 ( Api apiInstance ) : System
apiInstance INgageNetworks.Api
return System