AsyncRelayCommand Class |
Namespace: BionicCode.Utilities.Net.Framework.Wpf
The AsyncRelayCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncRelayCommand(Action) |
Creates a new parameterless command that can always execute (CanExecute will always return true).
| |
| AsyncRelayCommand(ActionObject) |
Creates a new command that can always execute (CanExecute will always return true).
| |
| AsyncRelayCommand(FuncTask) |
Creates a new parameterless asynchronous command that can always execute (CanExecute will always return true).
| |
| AsyncRelayCommand(FuncObject, Task) |
Creates a new command that can always execute (CanExecute will always return true).
| |
| AsyncRelayCommand(Action, FuncBoolean) |
Creates a new parameterless command.
| |
| AsyncRelayCommand(ActionObject, PredicateObject) |
Creates a new command.
| |
| AsyncRelayCommand(FuncTask, FuncBoolean) |
Creates a parameterless new asynchronous command.
| |
| AsyncRelayCommand(FuncObject, Task, PredicateObject) |
Creates a new asynchronous command.
|
| Name | Description | |
|---|---|---|
| CanExecute |
Determines whether this AsyncRelayCommand can execute.
| |
| CanExecute(Object) |
Determines whether this AsyncRelayCommand can execute.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Execute |
Executes the ICommand on the current command target.
| |
| Execute(Object) |
Executes the AsyncRelayCommand on the current command target.
| |
| ExecuteAsync |
Executes the AsyncRelayCommand on the current command target asynchronously.
| |
| ExecuteAsync(Object) |
Executes the AsyncRelayCommand on the current command target asynchronously.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CanExecuteChanged |
Raised when RaiseCanExecuteChanged is called.
|
| Name | Description | |
|---|---|---|
| CanExecuteNoParam |
The registered parameterless CanExecute delegate.
| |
| ExecuteAsyncNoParam |
The registered parameterless async execute delegate.
| |
| ExecuteNoParam |
The registered parameterless synchronous execute delegate.
|
| Name | Description | |
|---|---|---|
| ToDictionary | Overloaded.
Coverts any type to a DictionaryTKey, TValue, where the TKey is the member name and TValue the member's value.
(Defined by HelperExtensions.) | |
| ToDictionary | Overloaded.
Coverts any type to a DictionaryTKey, TValue, where the TKey is the member name and TValue the member's value.
(Defined by HelperExtensions.) |