C# Class CapgeminiSurface.Model.ModelManager

Inheritance: INotifyPropertyChanged
Show file Open project: smalice/SurfaceWPFApp

Public Properties

Property Type Description
AllCustomers List
CapgeminiInfo List
EnergyCustomers List
NdcInfo List
OtherCustomers List

Public Methods

Method Description
Load ( ) : void
Save ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

Load() public method

public Load ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Save() public method

public Save ( ) : void
return void

Property Details

AllCustomers public property

public List AllCustomers
return List

CapgeminiInfo public property

public List CapgeminiInfo
return List

EnergyCustomers public property

public List EnergyCustomers
return List

NdcInfo public property

public List NdcInfo
return List

OtherCustomers public property

public List OtherCustomers
return List