C# Class HighLandirect.ViewModels.ShellViewModel

Inheritance: ViewModel
Show file Open project: koty/HighLandirect

Public Methods

Method Description
CanSave ( ) : bool
Save ( ) : bool
ShellViewModel ( ) : System
ShellViewModelClosing ( ) : void

Private Methods

Method Description
ChangeToCustomerList ( object sender, HighLandirect.ViewModels.CustomerListEventArgs e ) : void
GetBackUpData ( SavingFileSelectionMessage parameter ) : void
GetExportData ( SavingFileSelectionMessage parameter ) : void
SaveCore ( ) : void
SetBackUpData ( OpeningFileSelectionMessage parameter ) : void
SetImportData ( OpeningFileSelectionMessage parameter ) : void
ShowAboutMessage ( ) : void
Shutdown ( ) : void

Method Details

CanSave() public method

public CanSave ( ) : bool
return bool

Save() public method

public Save ( ) : bool
return bool

ShellViewModel() public method

public ShellViewModel ( ) : System
return System

ShellViewModelClosing() public method

public ShellViewModelClosing ( ) : void
return void