IValidatableViewModel Methods |
The IValidatableViewModel type exposes the following members.
Name | Description | |
---|---|---|
OnException |
Centralized error handling
(Inherited from IViewModel.) | |
RaiseNotifyBehaviourInvoke |
Invokes the BehaviourInvoke event
(Inherited from IViewModel.) | |
RaisePropertyChanged |
Invokes the PropertyChanged event
(Inherited from IViewModel.) | |
ValidateAsync |
Starts a validation on all properties
| |
ValidateAsync(String) |
Starts a validation on a property defined by name.
| |
ValidateAsync(PropertyInfo, String) |
Starts a validation on a property defined by name.
|
Name | Description | |
---|---|---|
Run |
Handles neccessary setting of the IsLoading flag if implemented and the error handling
(Defined by Extensions.) | |
RunAsync |
Handles neccessary setting of the IsLoading flag and the error handling
(Defined by Extensions.) | |
RunDispatcherAsync |
Runs the action asyncronously using the Dispatcher on the lowest priority.
Handles neccessary setting of the IsLoading flag and the error handling.
(Defined by Extensions.) |