AsyncRelayCommand<TParam> Class |
[Missing <summary> documentation for "T:BionicCode.Utilities.Net.Uwp.Generic.AsyncRelayCommand`1"]
Namespace: BionicCode.Utilities.Net.Uwp.Generic
public class AsyncRelayCommand<TParam> : IAsyncRelayCommand<TParam>, ICommand, IAsyncRelayCommand
[Missing <typeparam name="TParam"/> documentation for "T:BionicCode.Utilities.Net.Uwp.Generic.AsyncRelayCommand`1"]
The AsyncRelayCommand<TParam> type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsyncRelayCommand<TParam>(Action) | Initializes a new instance of the AsyncRelayCommand<TParam> class |
![]() | AsyncRelayCommand<TParam>(Action<TParam>) | Initializes a new instance of the AsyncRelayCommand<TParam> class |
![]() | AsyncRelayCommand<TParam>(Func<Task>) | Initializes a new instance of the AsyncRelayCommand<TParam> class |
![]() | AsyncRelayCommand<TParam>(Func<TParam, Task>) | Initializes a new instance of the AsyncRelayCommand<TParam> class |
![]() | AsyncRelayCommand<TParam>(Action, Func<Boolean>) | Initializes a new instance of the AsyncRelayCommand<TParam> class |
![]() | AsyncRelayCommand<TParam>(Action<TParam>, Predicate<TParam>) | Initializes a new instance of the AsyncRelayCommand<TParam> class |
![]() | AsyncRelayCommand<TParam>(Func<Task>, Func<Boolean>) | Initializes a new instance of the AsyncRelayCommand<TParam> class |
![]() | AsyncRelayCommand<TParam>(Func<TParam, Task>, Predicate<TParam>) | Initializes a new instance of the AsyncRelayCommand<TParam> class |
Name | Description | |
---|---|---|
![]() | IsExecuting |
Name | Description | |
---|---|---|
![]() | CanExecute() | |
![]() | CanExecute(TParam) | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ExecuteAsync() | |
![]() | ExecuteAsync(CancellationToken) | |
![]() | ExecuteAsync(TParam) | |
![]() | ExecuteAsync(TParam, CancellationToken) | |
![]() | 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.) |
![]() | InvalidateCommand | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCanExecuteChanged | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CanExecuteChanged |
Name | Description | |
---|---|---|
![]() | CanExecuteNoParam | |
![]() | ExecuteAsyncNoParam | |
![]() | ExecuteNoParam |
Name | Description | |
---|---|---|
![]() | ToDictionary() | Overloaded.
Coverts any type to a Dictionary<TKey, TValue>, where the TKey is the member name and TValue the member's value.
(Defined by HelperExtensions.) |
![]() | ToDictionary() | Overloaded.
Coverts any type to a Dictionary<TKey, TValue>, where the TKey is the member name and TValue the member's value.
(Defined by HelperExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | ICommand.CanExecute | Defines the method that determines whether the command can execute in its current state. |
![]() ![]() | ICommand.Execute | Defines the method to be called when the command is invoked. |
![]() ![]() | IAsyncRelayCommand.ExecuteAsync(Object) | |
![]() ![]() | IAsyncRelayCommand.ExecuteAsync(Object, CancellationToken) |