- Assembly
- Rocket
.Surgery .Airframe .Forms .dll - Namespace
- Rocket
.Surgery .Airframe .Forms - Interfaces
-
- IEnableLogger
- Base Types
-
- ReactiveContentView
<TViewModel>
- ReactiveContentView
graph BT
Type-->Base0["ReactiveContentView<TViewModel>"]
Type-.->Interface0["IEnableLogger"]
Type["ContentViewBase<TViewModel>"]
class Type type-node
Syntax
public abstract class ContentViewBase<TViewModel> : ReactiveContentView<TViewModel>, IEnableLogger
where TViewModel : class, IReactiveObject
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Type Parameters
Name | Description |
---|---|
TViewModel |
Constructors
Name | Summary |
---|---|
ContentViewBase |
Properties
Name | Value | Summary |
---|---|---|
Logger | IFullLogger | |
ViewBindings | CompositeDisposable |
Methods
Name | Value | Summary |
---|---|---|
BindControls |
void | |
Initialize |
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.
|