Click or drag to resize

AsyncRelayCommand Class

[Missing <summary> documentation for "T:BionicCode.Utilities.Net.Uwp.AsyncRelayCommand"]

Inheritance Hierarchy
SystemObject
  BionicCode.Utilities.Net.Uwp.GenericAsyncRelayCommandObject
    BionicCode.Utilities.Net.UwpAsyncRelayCommand

Namespace:  BionicCode.Utilities.Net.Uwp
Assembly:  BionicCode.Utilities.Net.Uwp (in BionicCode.Utilities.Net.Uwp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AsyncRelayCommand : AsyncRelayCommand<Object>

The AsyncRelayCommand type exposes the following members.

Constructors
  NameDescription
Public methodAsyncRelayCommand(Action)
Initializes a new instance of the AsyncRelayCommand class
Public methodAsyncRelayCommand(ActionObject)
Initializes a new instance of the AsyncRelayCommand class
Public methodAsyncRelayCommand(FuncTask)
Initializes a new instance of the AsyncRelayCommand class
Public methodAsyncRelayCommand(FuncObject, Task)
Initializes a new instance of the AsyncRelayCommand class
Public methodAsyncRelayCommand(Action, FuncBoolean)
Initializes a new instance of the AsyncRelayCommand class
Public methodAsyncRelayCommand(ActionObject, PredicateObject)
Initializes a new instance of the AsyncRelayCommand class
Public methodAsyncRelayCommand(FuncTask, FuncBoolean)
Initializes a new instance of the AsyncRelayCommand class
Public methodAsyncRelayCommand(FuncObject, Task, PredicateObject)
Initializes a new instance of the AsyncRelayCommand class
Top
Properties
Methods
  NameDescription
Public methodCanExecute (Inherited from AsyncRelayCommandTParam.)
Public methodCanExecute(TParam) (Inherited from AsyncRelayCommandTParam.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecuteAsync (Inherited from AsyncRelayCommandTParam.)
Public methodExecuteAsync(CancellationToken) (Inherited from AsyncRelayCommandTParam.)
Public methodExecuteAsync(TParam) (Inherited from AsyncRelayCommandTParam.)
Public methodExecuteAsync(TParam, CancellationToken) (Inherited from AsyncRelayCommandTParam.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidateCommand (Inherited from AsyncRelayCommandTParam.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCanExecuteChanged (Inherited from AsyncRelayCommandTParam.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
Extension Methods
Explicit Interface Implementations
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md