- Assembly
- Rocket
.Surgery .Airframe .Popup .dll - Namespace
- Rocket
.Surgery .Airframe .Popup - Base Types
-
- ReactivePopupPage
<TViewModel>
- ReactivePopupPage
graph BT
Type-->Base0["ReactivePopupPage<TViewModel>"]
Type["PopupPageBase<TViewModel>"]
class Type type-node
Syntax
public abstract class PopupPageBase<TViewModel> : ReactivePopupPage<TViewModel>
where TViewModel : class, IReactiveObject
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Type Parameters
Name | Description |
---|---|
TViewModel |
Constructors
Name | Summary |
---|---|
PopupPageBase |
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.
|