- Assembly
- Rocket
.Surgery .ReactiveUI .Forms .dll - Namespace
- Rocket
.Surgery .ReactiveUI .Forms - Base Types
-
- ReactiveContentPage
<TViewModel>
- ReactiveContentPage
graph BT
Type-->Base0["ReactiveContentPage<TViewModel>"]
Type["ContentPageBase<TViewModel>"]
class Type type-node
Syntax
public abstract class ContentPageBase<TViewModel> : ReactiveContentPage<TViewModel>
where TViewModel : class, IReactiveObject
Type Parameters
Name | Description |
---|---|
TViewModel |
Constructors
Name | Summary |
---|---|
ContentPageBase |
Properties
Name | Value | Summary |
---|---|---|
IsAppearing | IObservable |
|
IsDisappearing | IObservable |
|
ViewBindings | CompositeDisposable |
Methods
Name | Value | Summary |
---|---|---|
BindControls |
void | |
Initialize |
void | |
OnAppearing |
void | |
OnDisappearing |
void | |
RegisterObservers |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|