C# Class SEToolbox.ViewModels.FindApplicationViewModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: midspace/SEToolbox Class Usage Examples

Public Methods

Method Description
BrowseApplicationCanExecute ( ) : bool
BrowseApplicationExecuted ( ) : void
CancelCanExecute ( ) : bool
CancelExecuted ( ) : void
ContinueCanExecute ( ) : bool
ContinueExecuted ( ) : void
FindApplicationViewModel ( FindApplicationModel dataModel ) : System
FindApplicationViewModel ( FindApplicationModel dataModel, IDialogService dialogService, Func openFileDialogFactory ) : System
RaisePropertyChanged ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Raises the INotifyPropertyChanged.PropertyChanged event.

Method Details

BrowseApplicationCanExecute() public method

public BrowseApplicationCanExecute ( ) : bool
return bool

BrowseApplicationExecuted() public method

public BrowseApplicationExecuted ( ) : void
return void

CancelCanExecute() public method

public CancelCanExecute ( ) : bool
return bool

CancelExecuted() public method

public CancelExecuted ( ) : void
return void

ContinueCanExecute() public method

public ContinueCanExecute ( ) : bool
return bool

ContinueExecuted() public method

public ContinueExecuted ( ) : void
return void

FindApplicationViewModel() public method

public FindApplicationViewModel ( FindApplicationModel dataModel ) : System
dataModel SEToolbox.Models.FindApplicationModel
return System

FindApplicationViewModel() public method

public FindApplicationViewModel ( FindApplicationModel dataModel, IDialogService dialogService, Func openFileDialogFactory ) : System
dataModel SEToolbox.Models.FindApplicationModel
dialogService IDialogService
openFileDialogFactory Func
return System

OnPropertyChanged() protected method

Raises the INotifyPropertyChanged.PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The name of the property that changed.
return void

RaisePropertyChanged() public method

public RaisePropertyChanged ( ) : void
return void