C# Class FirstPrismModule.ModuleView_ViewModel

Inheritance: Microsoft.Practices.Prism.ViewModel.NotificationObject
Afficher le fichier Open project: jeffras/Prism-4-with-WinForms Class Usage Examples

Méthodes publiques

Méthode Description
CreateProduct ( Product p ) : void
ModuleView_ViewModel ( IEventAggregator evtAggregator, Common.CommandProxy commandProxy ) : Common.System
SaveSelection ( Product product ) : void

Private Methods

Méthode Description
CanSave ( object arg ) : bool
OnSaved ( DataEventArgs e ) : void
Save ( object obj ) : void

Method Details

CreateProduct() public méthode

public CreateProduct ( Product p ) : void
p Product
Résultat void

ModuleView_ViewModel() public méthode

public ModuleView_ViewModel ( IEventAggregator evtAggregator, Common.CommandProxy commandProxy ) : Common.System
evtAggregator IEventAggregator
commandProxy Common.CommandProxy
Résultat Common.System

SaveSelection() public méthode

public SaveSelection ( Product product ) : void
product Product
Résultat void