ReactiveUI.Uno namespace¶
Part of the ReactiveUI.Uno package.
| Type | Kind | Summary |
|---|---|---|
| ActivationForViewFetcher | class | 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. |
| AppBootstrapper | class | Represents the application's main bootstrapper, providing routing and navigation state for the user interface. |
| AutoDataTemplateBindingHook | class | AutoDataTemplateBindingHook is a binding hook that checks ItemsControls that don't have DataTemplates, and assigns a default DataTemplate that loads the View associated with each ViewModel. |
| BooleanToVisibilityHint | enum | Hints to control how Boolean to Visibility conversion behaves. |
| BooleanToVisibilityTypeConverter | class | Converts between a Boolean and XAML Visibility. to invert the result. |
| DependencyObjectObservableForProperty | class | Creates a observable for a property if available that is based on a DependencyProperty. |
| GlobalStaticResources | class | Contains all the static resources defined for the application |
| PlatformOperations | class | Returns the current orientation of the device on Windows. |
| ReactivePage | class | A Page that is reactive. |
| ReactiveUIUnoDictionary | class | ReactiveUIUnoControlsDictionary. |
| ReactiveUserControl | class | A UserControl that is reactive. |
| Registrations | class | Registers platform-specific services, type converters, and binding hooks required for ReactiveUI to operate on the Uno platform. |
| Resource | class | Android Resource Designer class. Exposes the Android Resource designer assembly into the project Namespace. |
| RoutedViewHost | class | This control hosts the View associated with a Router, and will display the View and wire up the ViewModel whenever a new ViewModel is navigated to. Put this control as the only control in your Window. |
| TransitioningContentControl | class | A ContentControl that displays its content with animated transitions when the content changes. |
| ViewModelViewHost | class | This content control will automatically load the View associated with the ViewModel property and display it. This control is very useful inside a DataTemplate to display the View associated with a ViewModel. |
| WinRTAppDataDriver | class | Loads and saves state to persistent storage. |
| WindowExtensions | class | Extension methods for the Window class. |