C# Class CapgeminiSurface.Model.ModelManager

Inheritance: INotifyPropertyChanged
Exibir arquivo 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_oe property

public List AllCustomers
return List

CapgeminiInfo public_oe property

public List CapgeminiInfo
return List

EnergyCustomers public_oe property

public List EnergyCustomers
return List

NdcInfo public_oe property

public List NdcInfo
return List

OtherCustomers public_oe property

public List OtherCustomers
return List