C# Class PHmiTools.Dialogs.Project.ImportProjectDialogViewModel

Inheritance: ProjectDialogViewModel, IDataErrorInfo
Datei anzeigen Open project: phmi/phmi

Private Properties

Property Type Description
ChooseFileNameCommandExecuted void

Public Methods

Method Description
ImportProjectDialogViewModel ( ) : System
ImportProjectDialogViewModel ( IImportProjectDialogService service ) : System
ShowChooseDialog ( bool closeOnEscape ) : void
this ( string columnName ) : string

Protected Methods

Method Description
OkCommandCanExecute ( object obj ) : bool
OkCommandExecuted ( object obj ) : void

Private Methods

Method Description
ChooseFileNameCommandExecuted ( object obj ) : void

Method Details

ImportProjectDialogViewModel() public method

public ImportProjectDialogViewModel ( ) : System
return System

ImportProjectDialogViewModel() public method

public ImportProjectDialogViewModel ( IImportProjectDialogService service ) : System
service IImportProjectDialogService
return System

OkCommandCanExecute() protected method

protected OkCommandCanExecute ( object obj ) : bool
obj object
return bool

OkCommandExecuted() protected method

protected OkCommandExecuted ( object obj ) : void
obj object
return void

ShowChooseDialog() public method

public ShowChooseDialog ( bool closeOnEscape ) : void
closeOnEscape bool
return void

this() public method

public this ( string columnName ) : string
columnName string
return string