Method | Description | |
---|---|---|
BrowseApplicationCanExecute ( ) : bool | ||
BrowseApplicationExecuted ( ) : void | ||
CancelCanExecute ( ) : bool | ||
CancelExecuted ( ) : void | ||
ContinueCanExecute ( ) : bool | ||
ContinueExecuted ( ) : void | ||
FindApplicationViewModel ( |
||
FindApplicationViewModel ( |
||
RaisePropertyChanged ( ) : void |
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Raises the INotifyPropertyChanged.PropertyChanged event.
|
public BrowseApplicationCanExecute ( ) : bool | ||
return | bool |
public FindApplicationViewModel ( |
||
dataModel | ||
return | System |
public FindApplicationViewModel ( |
||
dataModel | ||
dialogService | IDialogService | |
openFileDialogFactory | Func |
|
return | System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the property that changed. |
return | void |