ReactiveMarbles.Command namespace¶
Part of the ReactiveMarbles.Command package.
| Type | Kind | Summary |
|---|---|---|
| IRxCommand | interface | Encapsulates a user action behind a reactive interface. This is for interop inside for the command binding. Not meant for external use due to the fact it doesn't implement ICommand to force the user to favor the Reactive style command execution. |
| IRxCommand | interface | Encapsulates a user action behind a reactive interface. This is for interop inside for the command binding. Not meant for external use due to the fact it doesn't implement ICommand to force the user to favor the Reactive style command execution. |
| RxCommand | class | Encapsulates a user action behind a reactive interface. |
| RxCommand | class | Encapsulates a user interaction behind a reactive interface. |
| RxCommandExtensions | class | Extension method for invoking commands. |