Skip to content

ReactiveMarbles.Command namespace

Part of the ReactiveMarbles.Command package.

TypeKindSummary
IRxCommandinterfaceEncapsulates 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.
IRxCommandinterfaceEncapsulates 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.
RxCommandclassEncapsulates a user action behind a reactive interface.
RxCommandclassEncapsulates a user interaction behind a reactive interface.
RxCommandExtensionsclassExtension method for invoking commands.