Метод | Описание | |
---|---|---|
CanExecute ( object parameter ) : bool |
Determines whether this instance can execute the specified parameter.
|
|
Dispose ( ) : void | ||
Execute ( object parameter ) : void |
Executes the specified parameter.
|
|
ExecuteAsync ( object parameter ) : System.Threading.Tasks.Task |
Executes asynchronously.
|
|
ListenCanExecuteObservable ( IObservable |
Listens the can execute observable.
|
|
OverwriteCanExecute ( bool>.Func |
Overwrites the can execute logic.
|
|
ReactiveCommand ( bool canExecute = false ) : System |
Initializes a new instance of the ReactiveCommand class.
|
|
Subscribe ( IObserver |
Subscribes the specified observer.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
public CanExecute ( object parameter ) : bool | ||
parameter | object | The parameter. |
Результат | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Execute ( object parameter ) : void | ||
parameter | object | The parameter. |
Результат | void |
public ExecuteAsync ( object parameter ) : System.Threading.Tasks.Task | ||
parameter | object | The parameter. |
Результат | System.Threading.Tasks.Task |
public ListenCanExecuteObservable ( IObservable |
||
canExecuteSeq | IObservable |
The can execute seq. |
Результат | IDisposable |
public OverwriteCanExecute ( bool>.Func | ||
canExecuteFunc | bool>.Func | The can execute function. |
Результат | IReactiveCommand |
public ReactiveCommand ( bool canExecute = false ) : System | ||
canExecute | bool | if set to |
Результат | System |
public Subscribe ( IObserver |
||
observer | IObserver |
The observer. |
Результат | IDisposable |