commands library
The command library.
Classes
- AsyncCommand
- A Command that executes asynchronously.
- AsyncCommandWithoutParam
- A Command that executes asynchronously without any parameter.
-
AsyncCommandWithParam<
T> -
A Command that executes asynchronously with a paramter
T
. -
AsyncRelayCommand<
T> - A Command that executes asynchronously.
-
AsyncTwoWayCommand<
TIn, TOut> -
A Command that executes asynchronously and returns a value
TOut
. - Command
- Base class of all command objects.
- CommandWithoutParam
-
CommandWithParam<
T> -
RelayCommand<
T> - A Command that executes synchronously.
-
TwoWayCommand<
TIn, TOut> -
A Command that executes synchronously and returns a value
TOut
.