POCOObservableForProperty class¶
Defined in
Namespace: ReactiveUI.Binding.ObservableForProperty
Assembly: ReactiveUI.Binding.dll
Full name: ReactiveUI.Binding.ObservableForProperty.POCOObservableForProperty
Modifiers: public sealed
Summary¶
Final fallback implementation for observation when no observable mechanism is available.
Emits exactly one value (the current value at subscription time) and then never emits again.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481
Class hierarchy
classDiagram
class POCOObservableForProperty
class ICreatesObservableForProperty {
<>
}
ICreatesObservableForProperty <|.. POCOObservableForProperty
Implements: ICreatesObservableForProperty
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| GetAffinityForObject | Returns a positive integer for types this implementation can observe, or zero/negative for unsupported types. Higher values win. |
| GetNotificationForProperty | Creates an observable that fires when the specified property changes. |