ActivationForViewFetcher class¶
Defined in
Namespace: ReactiveUI.Winforms
Assembly: ReactiveUI.Winforms.dll
Full name: ReactiveUI.Winforms.ActivationForViewFetcher
Modifiers: public
Summary¶
ActivationForViewFetcher is how ReactiveUI determine when a
View is activated or deactivated. This is usually only used when porting
ReactiveUI to a new UI framework.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481
Class hierarchy
classDiagram
class ActivationForViewFetcher
class IActivationForViewFetcher {
<>
}
IActivationForViewFetcher <|.. ActivationForViewFetcher
class IEnableLogger {
<>
}
IEnableLogger <|.. ActivationForViewFetcher
Implements: IActivationForViewFetcher, IEnableLogger
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| GetAffinityForView | Determines the priority that the Activation View Fetcher will be able to process the view type. 0 means it cannot activate the View, value larger than 0 ... |
| GetActivationForView | Gets a Observable which will activate the View. This is called after the GetAffinityForView method. |