Summary
Extension methods associated with the ReactiveCommand class.
- Namespace
- ReactiveUI
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ReactiveCommandMixins"]
class Type type-node
Syntax
public static class ReactiveCommandMixins
Methods
Name | Value | Summary |
---|---|---|
InvokeCommand |
IDisposable |
A utility method that will pipe an Observable to an ICommand (i.e.
it will first call its CanExecute with the provided value, then if
the command can be executed, Execute() will be called).
static
|
InvokeCommand |
IDisposable |
A utility method that will pipe an Observable to an ICommand (i.e.
it will first call its CanExecute with the provided value, then if
the command can be executed, Execute() will be called).
static
|
InvokeCommand |
IDisposable |
A utility method that will pipe an Observable to an ICommand (i.e.
it will first call its CanExecute with the provided value, then if
the command can be executed, Execute() will be called).
static
|
InvokeCommand |
IDisposable |
A utility method that will pipe an Observable to an ICommand (i.e.
it will first call its CanExecute with the provided value, then if
the command can be executed, Execute() will be called).
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|