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