- Assembly
- Rocket
.Surgery .ReactiveUI .dll - Namespace
- Rocket
.Surgery .ReactiveUI - Base Types
-
- Reactive
Table View Controller <TViewModel>
- Reactive
graph BT
Type-->Base0["ReactiveTableViewController<TViewModel>"]
Type["TableViewControllerBase<TViewModel>"]
class Type type-node
Syntax
public abstract class TableViewControllerBase<TViewModel> : ReactiveTableViewController<TViewModel>
where TViewModel : class, IReactiveObject
Type Parameters
| Name | Description |
|---|---|
| TViewModel |
Constructors
| Name | Summary |
|---|---|
| Table |
Properties
| Name | Value | Summary |
|---|---|---|
| ViewBindings | CompositeDisposable |
Methods
| Name | Value | Summary |
|---|---|---|
| Appeared |
IObservable |
|
| Appearing |
IObservable |
|
| BindControls |
void | |
| CreateUserInterface |
void | |
| Disappeared |
IObservable |
|
| Disappearing |
IObservable |
|
| Initialize |
void | |
| LoadTableSource |
void | |
| RegisterObservers |
void | |
| ViewDidAppear |
void | |
| ViewDidDisappear |
void | |
| ViewDidLoad |
void | |
| ViewWillAppear |
void | |
| ViewWillDisappear |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
