- Assembly
- Rocket
.Surgery .ReactiveUI .Forms .dll - Namespace
- Rocket
.Surgery .ReactiveUI .Forms - Base Types
-
- ReactiveViewCell
<TViewModel>
- ReactiveViewCell
graph BT
Type-->Base0["ReactiveViewCell<TViewModel>"]
Type["ViewCellBase<TViewModel>"]
class Type type-node
Syntax
public abstract class ViewCellBase<TViewModel> : ReactiveViewCell<TViewModel>
where TViewModel : class, IReactiveObject
Type Parameters
Name | Description |
---|---|
TViewModel |
Constructors
Name | Summary |
---|---|
ViewCellBase |
Properties
Name | Value | Summary |
---|---|---|
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.
|